1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: catatonit: Update to 0.2.1.

* gnu/packages/containers.scm (catatonit): Update to 0.2.1.

Change-Id: I040693ca23c990f187c3f574e46927fc61e1498f
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Tomas Volf 2024-12-15 12:04:46 +01:00 committed by Zheng Junjie
parent a386f680f3
commit 6dfc0a0d84
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -438,7 +438,7 @@ The binary is called @command{gvproxy}.")
(define-public catatonit
(package
(name "catatonit")
(version "0.2.0")
(version "0.2.1")
(source
(origin
(method url-fetch)
@ -446,7 +446,7 @@ The binary is called @command{gvproxy}.")
"https://github.com/openSUSE/catatonit/releases/download/v"
version "/catatonit.tar.xz"))
(sha256
(base32 "141b5lypgqib546zmldi4kqzpqfd6vvqddqqkfaz3w11fjsc4hwq"))))
(base32 "1g2rpnr97z5lc8a2l1qndbdlcp3mx8qckg8qyq92x1mg05al4l4r"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool))