diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-09 22:38:03 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:41 +0100 |
commit | 3edb6ccdc61ec946fee3f5a5551ba43a9c8f04ee (patch) | |
tree | e5220bfc5e141543474c20a522227cea0404b33c | |
parent | 34efe340af50c1f19bc621300a383142ea211367 (diff) | |
download | guix-3edb6ccdc61ec946fee3f5a5551ba43a9c8f04ee.tar.gz guix-3edb6ccdc61ec946fee3f5a5551ba43a9c8f04ee.zip |
gnu: gnome-autoar: Update to 0.4.5.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.5.
-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 75cc1c6730..e6958c6911 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9764,7 +9764,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 "/" @@ -9772,7 +9772,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)) |