diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-09 22:38:07 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:45 +0100 |
commit | 1bc571b35ddb72a380ca0f36b8def1a7f2f94a55 (patch) | |
tree | 7d575743b15568f6c7be1c088f50707ef20954b5 | |
parent | e7651d417e7b2bd8597f0c11f06a1775917abf80 (diff) | |
download | guix-1bc571b35ddb72a380ca0f36b8def1a7f2f94a55.tar.gz guix-1bc571b35ddb72a380ca0f36b8def1a7f2f94a55.zip |
gnu: gnome-music: Update to 46.1.
* gnu/packages/gnome.scm (gnome-music): Update to 46.1.
-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 0b55653f18..390fddb657 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -915,7 +915,7 @@ cloud integration is offered through GNOME Online Accounts.") (define-public gnome-music (package (name "gnome-music") - (version "46.0") + (version "46.1") (source (origin (method url-fetch) @@ -925,7 +925,7 @@ cloud integration is offered through GNOME Online Accounts.") name "-" version ".tar.xz")) (sha256 (base32 - "0pzcqmmzcp71ls9bl85nqwi2wf4lqg3izdwa5ypzd4k8077dal54")))) + "1zdzafirfhaldbp8m8pmqw0ysfxc7ndbakqc7d1xrr4v51n2vghi")))) (build-system meson-build-system) (arguments (list |