aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTomas Volf <~@wolfsden.cz>2024-12-15 12:04:46 +0100
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-12-15 21:01:00 +0800
commit6dfc0a0d845a4ddf8740e35fe94e176292fe8fb8 (patch)
tree965231cadf98b14706d4aeeb9b9fa66e1a0f25f8 /gnu
parenta386f680f3ee2879aba5d46ac31ed991d2718ad2 (diff)
downloadguix-6dfc0a0d845a4ddf8740e35fe94e176292fe8fb8.tar
guix-6dfc0a0d845a4ddf8740e35fe94e176292fe8fb8.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/containers.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 0755ba23f3..d8a8546cde 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -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))