summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-05-24 19:53:45 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-05-24 20:29:15 +0200
commit4063a40a4b0d50061798c783edac29b2548f37c8 (patch)
tree0caafb5e0c1fbd1f058fe85eb3455594c022ebe6
parent47b93ae5bf6cc47d8fecbe56f54018d61c7b10ec (diff)
downloadguix-4063a40a4b0d50061798c783edac29b2548f37c8.tar.gz
gnu: gnome-autoar: Update to 0.2.2.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.2.2.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e2397d6da5..df01c70671 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5124,7 +5124,7 @@ as SASL, TLS and VeNCrypt.  Additionally it supports encoding extensions.")
 (define-public gnome-autoar
   (package
     (name "gnome-autoar")
-    (version "0.1.1")
+    (version "0.2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5132,7 +5132,7 @@ as SASL, TLS and VeNCrypt.  Additionally it supports encoding extensions.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1jcs6jgysg9n3zi3d1l4iqddzmczfdcvz7vkxn607p32nl8bhp7n"))))
+                "0qnafiwgajsaryh669lfclb4f6z5n1r9r4zhig1ha0ykxq32rzp1"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gnome-common" ,gnome-common)