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

avp pushed a commit to branch master
in repository guix.

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

commit a34d8e2721d458e09f63b654dfe79e78589ac9a9
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sun Dec 29 03:36:27 2024 +0300

    gnu: jc: Update to 1.25.4.
    
    * gnu/packages/admin.scm (jc): Update to 1.25.4.
    
    Change-Id: I7ec2570b56040c9a899aa1524df009f4899f9e59
---
 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 b44f30f9bd..dce93e4f3a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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

Reply via email to