diff options
author | raingloom <raingloom@riseup.net> | 2021-12-28 22:09:13 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-15 23:27:34 +0100 |
commit | 63d7e31f209d2d5d4e0c849c19b88cd9167d0419 (patch) | |
tree | 95b675555e20a34b8f273e46c2821f4efd59165f /gnu/packages/gnome.scm | |
parent | 8972972cbf7fbbbeb0e4ca4b5d1e564c8eb57484 (diff) | |
download | guix-63d7e31f209d2d5d4e0c849c19b88cd9167d0419.tar guix-63d7e31f209d2d5d4e0c849c19b88cd9167d0419.tar.gz |
gnu: passwordsafe: Update to 5.1.
* gnu/packages/gnome.scm (passwordsafe): Update to 5.1.
* gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch:
New file.
* gnu/local.mk: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 beae828f5a..7bce80b2d7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10765,16 +10765,16 @@ apply fancy special effects and lets you share the fun with others.") (define-public passwordsafe (package (name "passwordsafe") - (version "5.0") + (version "5.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://gitlab.gnome.org/World/PasswordSafe") + (url "https://gitlab.gnome.org/World/secrets") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1xh64bbg10gnfzlck5jvqy2zk6hbk9cyqgv85xc9kbdvs8n4lhgh")))) + (base32 "0kd43j6i017wdsqj6d5gnxhfv4ijnh3xahlw7md2gh51i8p682j6")))) (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t |