diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-02-11 12:04:02 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:38 +0100 |
| commit | 2ad1df0eb896f63e63052300dbece5db5b5a589f (patch) | |
| tree | cb458d00ddfba1ceb5c4cbabc5abacb16a8cd619 | |
| parent | 5865160489e94f1ee34397e3bba7262badadde23 (diff) | |
gnu: gnome-keyring: Update to 46.2.
* gnu/packages/gnome.scm (gnome-keyring): Update to 46.2.
[#:parallel-tests?]: Document.
| -rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 09525dc5e20..a5d94ef606d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2649,7 +2649,7 @@ GNOME Desktop.") (define-public gnome-keyring (package (name "gnome-keyring") - (version "46.1") + (version "46.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -2657,7 +2657,7 @@ GNOME Desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "1xp31iashi7n81z4halmrw53v3lnj847k4514lzqnbzz6a8sxlxi")))) + "098ryv7xsnf5r58w8kdr6nahzhmrczjb72ycbqlg7dx8p1kcj9mz")))) (build-system gnu-build-system) (arguments (list @@ -2667,7 +2667,7 @@ GNOME Desktop.") #$output "/share/p11-kit/modules/") (string-append "--with-pkcs11-modules=" #$output "/share/p11-kit/modules/")) - #:parallel-tests? #f + #:parallel-tests? #f ; XXX: concurrency in dbus tests #:phases #~(modify-phases %standard-phases (add-after 'unpack 'fix-/bin/sh-reference |
