all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74885] [PATCH] gnu: catatonit: Update to 0.2.1.
@ 2024-12-15 11:04 Tomas Volf
  2024-12-15 13:33 ` bug#74885: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-12-15 11:04 UTC (permalink / raw)
  To: 74885; +Cc: Tomas Volf

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

Change-Id: I040693ca23c990f187c3f574e46927fc61e1498f
---
 gnu/packages/containers.scm | 4 ++--
 1 file 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 @@ (define-public gvisor-tap-vsock
 (define-public catatonit
   (package
     (name "catatonit")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
@@ -446,7 +446,7 @@ (define-public catatonit
              "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))
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-15 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-15 11:04 [bug#74885] [PATCH] gnu: catatonit: Update to 0.2.1 Tomas Volf
2024-12-15 13:33 ` bug#74885: " Zheng Junjie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.