diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-19 14:01:20 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:09 +0100 |
| commit | 296f0f872c2cf35c55c98789b65bd2a855be3d3f (patch) | |
| tree | bb585db55641a8336300dac934075182db80c99b | |
| parent | 5676ef324e64f6870d363811a5bdd02646c44feb (diff) | |
gnu: libsecret: Update to 0.21.7.
* gnu/packages/gnome.scm (libsecret): Update to 0.21.7.
Change-Id: I4149c46588a74c7fdf3e087146409da15246149e
| -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 980b5217b86..ea64792bfe9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5176,7 +5176,7 @@ and the GLib main loop, to integrate well with GNOME applications.") (define-public libsecret (package (name "libsecret") - (version "0.21.4") + (version "0.21.7") (source (origin (method url-fetch) (uri (string-append @@ -5186,7 +5186,7 @@ and the GLib main loop, to integrate well with GNOME applications.") (patches (search-patches "libsecret-fix-test-paths.patch")) (sha256 (base32 - "081bj59ws08kb261cd1w1mkdkhfbzsjbbkkrm6wllvdyhgbhhg8n")))) + "0pnmivbbyh0w3l72bw8mvq1ljbwdy8k01i5d2xb2n2jra13jwibb")))) (build-system meson-build-system) (arguments (list |
