diff options
author | jgart | 2024-07-25 15:27:44 -0500 |
---|---|---|
committer | Arun Isaac | 2024-07-29 11:10:14 +0100 |
commit | 284a43b096282cca10e3c0b218f5f21152ce5cc2 (patch) | |
tree | 397e3137c14a586b3de03833c5b1f78a35a4dd41 /guix/forge | |
parent | 4766e45b4b15fb4dca2704e1f441467aa8688ae8 (diff) | |
download | guix-forge-284a43b096282cca10e3c0b218f5f21152ce5cc2.tar.gz guix-forge-284a43b096282cca10e3c0b218f5f21152ce5cc2.tar.lz guix-forge-284a43b096282cca10e3c0b218f5f21152ce5cc2.zip |
klaus: python-klaus: Update to 3.0.1.
* guix/forge/klaus.scm (python-klaus): Update to 3.0.1.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'guix/forge')
-rw-r--r-- | guix/forge/klaus.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |