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
This commit is contained in:
Artyom V. Poptsov 2025-05-01 19:20:52 +03:00
parent e5c7ad9c0e
commit 5068af1ce0
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -4795,7 +4795,7 @@ application, collecting the information received.")
(define-public hungrycat (define-public hungrycat
(package (package
(name "hungrycat") (name "hungrycat")
(version "0.4.1") (version "0.4.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/jwilk/hungrycat/" (uri (string-append "https://github.com/jwilk/hungrycat/"
@ -4803,12 +4803,14 @@ application, collecting the information received.")
"hungrycat-" version ".tar.gz")) "hungrycat-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"03fc1zsrf99lvxa7b4ps6pbi43304wbxh1f6ci4q0vkal370yfwh")))) "0xy9l4hky85h3rgdmqmhcnx0q1hq0brskr8lzw2lz6lh7pxlxmyw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
;; For tests. ;; For tests.
`(("python" ,python-wrapper) `(("python" ,python-wrapper)
("python-nose" ,python-nose))) ("python-nose" ,python-nose)
("perl" ,perl)
("perl-ipc-run" ,perl-ipc-run)))
(arguments (arguments
`(#:test-target "test")) `(#:test-target "test"))
(synopsis "Single tool that combines @command{cat} & @command{rm}") (synopsis "Single tool that combines @command{cat} & @command{rm}")