me
/
guix
Archived
1
0
Fork 0

gnu: jc: Update to 1.25.2.

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

Change-Id: I076bf285a6fd23ef65f6c094b355c5891c8b76e7
master
Oleg Pykhalov 2024-05-01 09:24:57 +03:00
parent 757bbaaf14
commit 7d7fca1942
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 2 additions and 2 deletions

View File

@ -4946,7 +4946,7 @@ elogind's uaccess feature.")
(define-public jc
(package
(name "jc")
(version "1.23.4")
(version "1.25.2")
(source
(origin
;; The PyPI tarball lacks the test suite.
@ -4956,7 +4956,7 @@ elogind's uaccess feature.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "07ic7pd9684k59f6zycn20903q31jdacqqjymrbr5zqj4qv8whkp"))))
(base32 "17cik2jlj3ph7bsyn73gdp8d32nc56dmb96ijmzpwm0kdvd7sdj8"))))
(build-system pyproject-build-system)
(arguments
(list #:phases