lilyp pushed a commit to branch gnome-team
in repository guix.
commit f3652beaca2a49da9cf7be0d04b27c787892db6d
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:03 2025 +0100
gnu: gnome-autoar: Update to 0.4.5.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.5.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2cb4e5689f..15fadbe910 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9760,7 +9760,7 @@ core C library, and bindings for Python (PyGTK).")
(define-public gnome-autoar
(package
(name "gnome-autoar")
- (version "0.4.4")
+ (version "0.4.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9768,7 +9768,7 @@ core C library, and bindings for Python (PyGTK).")
name "-" version ".tar.xz"))
(sha256
(base32
- "1hn3rzd6z2g2xvnx8icifybq26vvxk44qmqz392b2g6g7crvxby0"))))
+ "1gns2nkcgfgmfk5mvyq36cg7f5dzyii45qmb4cpsmgrqzh357343"))))
(build-system meson-build-system)
(native-inputs
(list gobject-introspection `(,glib "bin") pkg-config))