1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: jc: Update to 1.25.5.

* gnu/packages/admin.scm (jc): Update to 1.25.5.

Change-Id: I111b3c34bc3e3cb6cf7a4ba27aa88eceb994d750
This commit is contained in:
Artyom V. Poptsov 2025-05-11 09:56:34 +03:00
parent 7710c153e7
commit a3727e4198
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -5338,7 +5338,7 @@ elogind's uaccess feature.")
(define-public jc (define-public jc
(package (package
(name "jc") (name "jc")
(version "1.25.4") (version "1.25.5")
(source (source
(origin (origin
;; The PyPI tarball lacks the test suite. ;; The PyPI tarball lacks the test suite.
@ -5348,7 +5348,7 @@ elogind's uaccess feature.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0lb7608h3vaw5gqlaf1ryd84m2mirfl7gdnhzadrjlh6h8b3lkgp")))) (base32 "16agzk47f1g72gni3lazqlcv7fs0nb2dwbagv6kxjbk36pm3mzmn"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:phases (list #:phases