aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-05-01 19:20:52 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-05-01 19:26:06 +0300
commit5068af1ce0505285d4563d6f517d733d25a1b671 (patch)
treec62fd5b61d5ea61db907b6de014996512c1f662b
parente5c7ad9c0e83c7ef5d654644fe133d99c264c0a5 (diff)
downloadguix-5068af1ce0505285d4563d6f517d733d25a1b671.tar.gz
guix-5068af1ce0505285d4563d6f517d733d25a1b671.zip
gnu: hungrycat: Update to 0.4.2.
* gnu/packages/admin.scm (hungrycat): Update to 0.4.2. [native-inputs]: Add perl and perl-ipc-run. Change-Id: If6890899bfdad2f6dbc093da218547475b9a49ec
-rw-r--r--gnu/packages/admin.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 21365499e5..1a7797f4a4 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4795,7 +4795,7 @@ application, collecting the information received.")
(define-public hungrycat
(package
(name "hungrycat")
- (version "0.4.1")
+ (version "0.4.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jwilk/hungrycat/"
@@ -4803,12 +4803,14 @@ application, collecting the information received.")
"hungrycat-" version ".tar.gz"))
(sha256
(base32
- "03fc1zsrf99lvxa7b4ps6pbi43304wbxh1f6ci4q0vkal370yfwh"))))
+ "0xy9l4hky85h3rgdmqmhcnx0q1hq0brskr8lzw2lz6lh7pxlxmyw"))))
(build-system gnu-build-system)
(native-inputs
;; For tests.
`(("python" ,python-wrapper)
- ("python-nose" ,python-nose)))
+ ("python-nose" ,python-nose)
+ ("perl" ,perl)
+ ("perl-ipc-run" ,perl-ipc-run)))
(arguments
`(#:test-target "test"))
(synopsis "Single tool that combines @command{cat} & @command{rm}")