1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: jc: Update to 1.25.4.

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

Change-Id: I7ec2570b56040c9a899aa1524df009f4899f9e59
This commit is contained in:
Artyom V. Poptsov
2024-12-29 03:36:27 +03:00
parent 4cdfa814b5
commit a34d8e2721

View File

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