diff options
-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 9aabec088b..ce894be079 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13493,7 +13493,7 @@ audio files.") (define-public jsonrpc-glib (package (name "jsonrpc-glib") - (version "3.44.0") + (version "3.44.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -13501,7 +13501,7 @@ audio files.") name "-" version ".tar.xz")) (sha256 (base32 - "01nfsny3612c6l5q7qaazjpbzin0h357xblc81sm3k6ha016lh39")))) + "1prhpdw4nrbcb00vvjhgc0w04ifaz2x5jbhhwnplcml0kizd2q8k")))) (build-system meson-build-system) (arguments (list |