diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-11-14 12:09:51 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-01-01 21:07:04 +0100 |
commit | 23be219c05ab6d03b3f98e6907992340c31931a8 (patch) | |
tree | f303370b9a5fc52ecda5cc4f4c93815e8330e15c | |
parent | f17e549043b7c1d41d0f7200b09c23d218528498 (diff) | |
download | guix-23be219c05ab6d03b3f98e6907992340c31931a8.tar.gz guix-23be219c05ab6d03b3f98e6907992340c31931a8.zip |
gnu: gcr: Update to 4.1.0.
* gnu/packages/gnome.scm (gcr): Update to 4.1.0.
Change-Id: I95cb59b6850190573f6b3464bce1dbe8fc0f9354
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-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 2b819c42af..7028940555 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2390,7 +2390,7 @@ the font would look under various sizes.") (define-public gcr (package (name "gcr") - (version "4.0.0") + (version "4.1.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2398,7 +2398,7 @@ the font would look under various sizes.") name "-" version ".tar.xz")) (sha256 (base32 - "0z7cviri25qy2v042hw6x731bj1azpx8plrd7ssbmrqf9y95an64")))) + "10x3yg0vp22lpib4hfivr7140wn6iv0qha3f46wikaab50lsvslw")))) (build-system meson-build-system) (arguments (list |