diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-11-30 02:17:16 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:38 +0100 |
| commit | b0619718b7d71820cfa50e84afc953b54b048d53 (patch) | |
| tree | 9cc5f7725848c8acb9768c3575398028e7fd54be /gnu | |
| parent | 2ad1df0eb896f63e63052300dbece5db5b5a589f (diff) | |
gnu: libshumate: Update to 1.3.0.
* gnu/packages/gnome.scm (libshumate): Update to 1.3.0.
Diffstat (limited to 'gnu')
| -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 a5d94ef606d..428b530a477 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5104,7 +5104,7 @@ libxml to ease remote use of the RESTful API.") (define-public libshumate (package (name "libshumate") - (version "1.2.1") + (version "1.3.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5112,7 +5112,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "04cwakbdr68nw4kh956xhf447fawz8badpyd76hg4ir1gq3yw18i")))) + "1m3mvk38cjlkxmhkq0zg75msckylc0vzizll50ii5phw53lac9w2")))) (build-system meson-build-system) (arguments (list #:phases |
