summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-06-29 21:52:46 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-06-29 22:10:52 +0300
commit03f126ace3009d8a45c8c1d66145ab12bb2064f0 (patch)
tree27787c294939235207cc0de6782e102326dccd60 /gnu
parentd4244a9bcf617065d62d644dcb236359d77eb36c (diff)
gnu: jc: Update to 1.25.7.
* gnu/packages/admin.scm (jc): Update to 1.25.7. [native-inputs]: Remove python-wheel. Change-Id: I27877199f23814f37e5c9e8e7494ddb7dad65e96
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 00b5eac9cd9..dda6919ae25 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -5539,7 +5539,7 @@ elogind's uaccess feature.")
5539(define-public jc 5539(define-public jc
5540 (package 5540 (package
5541 (name "jc") 5541 (name "jc")
5542 (version "1.25.6") 5542 (version "1.25.7")
5543 (source 5543 (source
5544 (origin 5544 (origin
5545 ;; The PyPI tarball lacks the test suite. 5545 ;; The PyPI tarball lacks the test suite.
@@ -5549,7 +5549,7 @@ elogind's uaccess feature.")
5549 (commit (string-append "v" version)))) 5549 (commit (string-append "v" version))))
5550 (file-name (git-file-name name version)) 5550 (file-name (git-file-name name version))
5551 (sha256 5551 (sha256
5552 (base32 "0bpna1hfwigv9r3i1xafl96jlj4335hrjq5rkrgh2nzc57453bly")))) 5552 (base32 "05fcif1midcqvj93msn1mpllqdni3fr0iz1ab56w589rwr3w1rva"))))
5553 (build-system pyproject-build-system) 5553 (build-system pyproject-build-system)
5554 (arguments 5554 (arguments
5555 (list #:phases 5555 (list #:phases
@@ -5562,8 +5562,7 @@ elogind's uaccess feature.")
5562 (("America/Los_Angeles") "PST8PDT"))))))) 5562 (("America/Los_Angeles") "PST8PDT")))))))
5563 (native-inputs 5563 (native-inputs
5564 (list python-pytest 5564 (list python-pytest
5565 python-setuptools 5565 python-setuptools))
5566 python-wheel))
5567 (propagated-inputs 5566 (propagated-inputs
5568 (list python-pygments 5567 (list python-pygments
5569 python-ruamel.yaml 5568 python-ruamel.yaml