~ruther/guix-local

6dfc0a0d845a4ddf8740e35fe94e176292fe8fb8 — Tomas Volf 1 year, 5 months ago a386f68
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/containers.scm
M gnu/packages/containers.scm => gnu/packages/containers.scm +2 -2
@@ 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))