diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-28 11:40:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-28 18:04:15 +0200 |
commit | 23bc34e443abfc974b3d5ab45717072a7b6cbe1b (patch) | |
tree | 8a7ccfff57ff1c6aeb8e899664d8b8fffcc9cd1f /gnu/packages | |
parent | 1096ec5beb24d3e31a5d6c8327e57c5f1746879a (diff) | |
download | guix-23bc34e443abfc974b3d5ab45717072a7b6cbe1b.tar.gz |
gnu: gnome-autoar: Update to 0.3.3.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a1618274a1..03a12f5f15 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8696,7 +8696,7 @@ core C library, and bindings for Python (PyGTK).") (define-public gnome-autoar (package (name "gnome-autoar") - (version "0.3.2") + (version "0.3.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -8704,7 +8704,7 @@ core C library, and bindings for Python (PyGTK).") name "-" version ".tar.xz")) (sha256 (base32 - "0wkwix44yg126xn1v4f2j60bv9yiyadfpzf8ifx0bvd9x5f4v354")))) + "012w7rhhpxvlrnnhqy01vwzg1wxqpy8jbqgizn47wnip7bvh0917")))) (build-system glib-or-gtk-build-system) (native-inputs `(("gobject-introspection" ,gobject-introspection) |