This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b5a33d4 gnu: passwordsafe: Update to 5.0.
b5a33d4 is described below
commit b5a33d4ad6e4d52c26eb2f65e0153e395d825eaf
Author: Trevor Hass <[email protected]>
AuthorDate: Sat May 8 23:18:06 2021 -0500
gnu: passwordsafe: Update to 5.0.
* gnu/packages/gnome.scm (passwordsafe): Update to 5.0.
[inputs]: Replace libhandy-0.0 with libhandy.
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 265477a..3a04cc9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -58,6 +58,7 @@
;;; Copyright © 2020 Tim Gesthuizen <[email protected]>
;;; Copyright © 2020, 2021 Andy Tai <[email protected]>
;;; Copyright © 2020, 2021 Sébastien Lerique <[email protected]>
+;;; Copyright © 2021 Trevor Hass <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -10487,7 +10488,7 @@ apply fancy special effects and lets you share the fun
with others.")
(define-public passwordsafe
(package
(name "passwordsafe")
- (version "3.99.2")
+ (version "5.0")
(source
(origin
(method git-fetch)
@@ -10496,7 +10497,7 @@ apply fancy special effects and lets you share the fun
with others.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0pi2l4gwf8paxm858mxrcsk5nr0c0zw5ycax40mghndb6b1qmmhf"))))
+ (base32 "1xh64bbg10gnfzlck5jvqy2zk6hbk9cyqgv85xc9kbdvs8n4lhgh"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -10526,7 +10527,7 @@ apply fancy special effects and lets you share the fun
with others.")
`(("glib" ,glib)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gtk+" ,gtk+)
- ("libhandy" ,libhandy-0.0)
+ ("libhandy" ,libhandy)
("libpwquality" ,libpwquality)
("python-pygobject" ,python-pygobject)
("python-pykeepass" ,python-pykeepass)))