gnu: jc: Update to 1.23.4.

* gnu/packages/admin.scm (jc): Update to 1.23.4.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent b4e790988e
commit 513b15d7f6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4828,7 +4828,7 @@ (define-public pam-mount
(define-public jc
(package
(name "jc")
(version "1.23.3")
(version "1.23.4")
(source
(origin
;; The PyPI tarball lacks the test suite.
@ -4838,7 +4838,7 @@ (define-public jc
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "02rylrh2dr593xf2l865lvvxnsb9337nd4fiqbahfyz4cbqgzq3x"))))
(base32 "07ic7pd9684k59f6zycn20903q31jdacqqjymrbr5zqj4qv8whkp"))))
(build-system pyproject-build-system)
(arguments
(list #:phases