mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
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 <efraim@flashner.co.il>
This commit is contained in:
parent
9a11f2380f
commit
b5a33d4ad6
1 changed files with 4 additions and 3 deletions
|
@ -58,6 +58,7 @@
|
||||||
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
||||||
;;; Copyright © 2020, 2021 Andy Tai <atai@atai.org>
|
;;; Copyright © 2020, 2021 Andy Tai <atai@atai.org>
|
||||||
;;; Copyright © 2020, 2021 Sébastien Lerique <sl@eauchat.org>
|
;;; Copyright © 2020, 2021 Sébastien Lerique <sl@eauchat.org>
|
||||||
|
;;; Copyright © 2021 Trevor Hass <thass@okstate.edu>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -10487,7 +10488,7 @@ (define-public cheese
|
||||||
(define-public passwordsafe
|
(define-public passwordsafe
|
||||||
(package
|
(package
|
||||||
(name "passwordsafe")
|
(name "passwordsafe")
|
||||||
(version "3.99.2")
|
(version "5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10496,7 +10497,7 @@ (define-public passwordsafe
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pi2l4gwf8paxm858mxrcsk5nr0c0zw5ycax40mghndb6b1qmmhf"))))
|
(base32 "1xh64bbg10gnfzlck5jvqy2zk6hbk9cyqgv85xc9kbdvs8n4lhgh"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
@ -10526,7 +10527,7 @@ (define-public passwordsafe
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("libhandy" ,libhandy-0.0)
|
("libhandy" ,libhandy)
|
||||||
("libpwquality" ,libpwquality)
|
("libpwquality" ,libpwquality)
|
||||||
("python-pygobject" ,python-pygobject)
|
("python-pygobject" ,python-pygobject)
|
||||||
("python-pykeepass" ,python-pykeepass)))
|
("python-pykeepass" ,python-pykeepass)))
|
||||||
|
|
Loading…
Reference in a new issue