mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
a386f680f3
commit
6dfc0a0d84
1 changed files with 2 additions and 2 deletions
|
@ -438,7 +438,7 @@ The binary is called @command{gvproxy}.")
|
||||||
(define-public catatonit
|
(define-public catatonit
|
||||||
(package
|
(package
|
||||||
(name "catatonit")
|
(name "catatonit")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -446,7 +446,7 @@ The binary is called @command{gvproxy}.")
|
||||||
"https://github.com/openSUSE/catatonit/releases/download/v"
|
"https://github.com/openSUSE/catatonit/releases/download/v"
|
||||||
version "/catatonit.tar.xz"))
|
version "/catatonit.tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "141b5lypgqib546zmldi4kqzpqfd6vvqddqqkfaz3w11fjsc4hwq"))))
|
(base32 "1g2rpnr97z5lc8a2l1qndbdlcp3mx8qckg8qyq92x1mg05al4l4r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool))
|
(list autoconf automake libtool))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue