diff options
author | Liliana Marie Prikler <[email protected]> | 2025-01-09 22:38:05 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:43 +0100 |
commit | eae49ec9943a3e97ade70493f9390036585bca03 (patch) | |
tree | 57b1189de94cf2f9b76489081a86cba6878bff5a /gnu/packages/gnome.scm | |
parent | 99460891af17213b394f2883cce8dccaa98095f3 (diff) |
gnu: gcr: Update to 4.2.1.
* gnu/packages/gnome.scm (gcr): Update to 4.2.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 ca700075bf..5a2ff1dde9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2467,7 +2467,7 @@ the font would look under various sizes.") (define-public gcr (package (name "gcr") - (version "4.1.0") + (version "4.2.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2475,7 +2475,7 @@ the font would look under various sizes.") name "-" version ".tar.xz")) (sha256 (base32 - "10x3yg0vp22lpib4hfivr7140wn6iv0qha3f46wikaab50lsvslw")))) + "1rbxjrwy88l1b6yml2hrracqamaflvif7a9fq1cd0g1ph1f3ny7d")))) (build-system meson-build-system) (arguments (list |