From 284a43b096282cca10e3c0b218f5f21152ce5cc2 Mon Sep 17 00:00:00 2001 From: jgart Date: Thu, 25 Jul 2024 15:27:44 -0500 Subject: klaus: python-klaus: Update to 3.0.1. * guix/forge/klaus.scm (python-klaus): Update to 3.0.1. Signed-off-by: Arun Isaac --- guix/forge/klaus.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix') diff --git a/guix/forge/klaus.scm b/guix/forge/klaus.scm index 0cdba60..6df3e08 100644 --- a/guix/forge/klaus.scm +++ b/guix/forge/klaus.scm @@ -58,13 +58,13 @@ routes using HTTP Digest Authentication.") (define-public python-klaus (package (name "python-klaus") - (version "2.0.3") + (version "3.0.1") (source (origin (method url-fetch) (uri (pypi-uri "klaus" version)) (sha256 (base32 - "1y06xnynfah5d4zif2fc0n83zdr0d1vkh0rwcinsi6wjxalvnhjw")))) + "1w6sl15llnkcg7kmnpn64awdiis061q2gijnhdx0ng7z4p1glapl")))) (build-system pyproject-build-system) (arguments (list #:tests? #f ; tests fail -- cgit v1.2.3