emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74885: closed ([PATCH] gnu: catatonit: Update to 0.2.1.)


From: GNU bug Tracking System
Subject: bug#74885: closed ([PATCH] gnu: catatonit: Update to 0.2.1.)
Date: Sun, 15 Dec 2024 13:34:05 +0000

Your message dated Sun, 15 Dec 2024 21:33:13 +0800
with message-id <8734ipm5pi.fsf@iscas.ac.cn>
and subject line Re: [bug#74885] [PATCH] gnu: catatonit: Update to 0.2.1.
has caused the debbugs.gnu.org bug report #74885,
regarding [PATCH] gnu: catatonit: Update to 0.2.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
74885: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74885
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: catatonit: Update to 0.2.1. Date: Sun, 15 Dec 2024 12:04:46 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#74885] [PATCH] gnu: catatonit: Update to 0.2.1. Date: Sun, 15 Dec 2024 21:33:13 +0800 User-agent: mu4e 1.12.7; emacs 30.0.92
Tomas Volf <~@wolfsden.cz> writes:

> * 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))

pushed, closing. And add a patch to build from git source, this allows
us to be more flexible with package transformation.


Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]