This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7d7fca1942 gnu: jc: Update to 1.25.2.
7d7fca1942 is described below

commit 7d7fca19429cf9d38125610f46333eb02fc2d3fd
Author: Oleg Pykhalov <[email protected]>
AuthorDate: Wed May 1 09:24:57 2024 +0300

    gnu: jc: Update to 1.25.2.
    
    * gnu/packages/admin.scm (jc): Update to 1.25.2.
    
    Change-Id: I076bf285a6fd23ef65f6c094b355c5891c8b76e7
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b60857b264..46b4e78a39 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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

Reply via email to