gnu: gnome-autoar: Update to 0.3.2.

* gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-01 18:06:50 +02:00
parent b2c62c6f8b
commit fd02abd1df
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8692,7 +8692,7 @@ (define-public gtk-vnc
(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 @@ (define-public gnome-autoar
name "-" version ".tar.xz"))
(sha256
(base32
"1y6hh5dldhdq7mpbmd571zl0yadfackvifhnxvykkqqddwz72y0f"))))
"0wkwix44yg126xn1v4f2j60bv9yiyadfpzf8ifx0bvd9x5f4v354"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)