diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-12-27 22:35:35 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:10 +0100 |
| commit | 40d1d7bfcedeaf063f610a4507cb5aff6dde1e77 (patch) | |
| tree | 3eaef6db8d4d38b6a90cf5e053aae1304c9afcd6 | |
| parent | 770d3d0b457a758175b532ad4a7e390ad5365149 (diff) | |
gnu: libshumate: Update to 1.5.1.
* gnu/packages/gnome.scm (libshumate): Update to 1.5.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 1a33938b31c..6eb76055a89 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4982,7 +4982,7 @@ libxml to ease remote use of the RESTful API.") (define-public libshumate (package (name "libshumate") - (version "1.3.0") + (version "1.5.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4990,7 +4990,7 @@ libxml to ease remote use of the RESTful API.") name "-" version ".tar.xz")) (sha256 (base32 - "1m3mvk38cjlkxmhkq0zg75msckylc0vzizll50ii5phw53lac9w2")))) + "1rknk0xk04vm71cn4flbpqppzakab0ivdq1kx73qhhqk02vzibfs")))) (build-system meson-build-system) (arguments (list #:phases |
