summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-01 18:06:50 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-01 21:11:49 +0200
commitfd02abd1df691a52dfefe298f4d8fa5994b538fd (patch)
treeddbb1e10e382ea36ad87cbecf61e51bd29581aa5 /gnu/packages/gnome.scm
parentb2c62c6f8bb8d0d0eeca5912776ef19c5bc2984a (diff)
downloadguix-patches-fd02abd1df691a52dfefe298f4d8fa5994b538fd.tar
guix-patches-fd02abd1df691a52dfefe298f4d8fa5994b538fd.tar.gz
gnu: gnome-autoar: Update to 0.3.2.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 a572ca9aa3..444e743bed 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8692,7 +8692,7 @@ core C library, and bindings for Python (PyGTK).")
(define-public gnome-autoar
(package
(name "gnome-autoar")
- (version "0.3.1")
+ (version "0.3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8700,7 +8700,7 @@ core C library, and bindings for Python (PyGTK).")
name "-" version ".tar.xz"))
(sha256
(base32
- "1y6hh5dldhdq7mpbmd571zl0yadfackvifhnxvykkqqddwz72y0f"))))
+ "0wkwix44yg126xn1v4f2j60bv9yiyadfpzf8ifx0bvd9x5f4v354"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)