gnu: pwsafe: Update to 3.5.0
* gnu/packages/password-utils.scm (pwsafe): Update to 3.5.0. [source]: Use git-file-name. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
40cad6b956
commit
747aa6c46b
1 changed files with 6 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
||||||
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
|
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||||
;;; Copyright © 2018 Amirouche Boubekki <amirouche@hypermove.net>
|
;;; Copyright © 2018 Amirouche Boubekki <amirouche@hypermove.net>
|
||||||
;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
;;; Copyright © 2018, 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
|
||||||
;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
|
;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -183,7 +183,7 @@ algorithms AES or Twofish.")
|
||||||
(define-public pwsafe
|
(define-public pwsafe
|
||||||
(package
|
(package
|
||||||
(name "pwsafe")
|
(name "pwsafe")
|
||||||
(version "3.48.0")
|
(version "3.50.0")
|
||||||
(home-page "https://www.pwsafe.org/")
|
(home-page "https://www.pwsafe.org/")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -191,8 +191,9 @@ algorithms AES or Twofish.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/pwsafe/pwsafe.git")
|
(url "https://github.com/pwsafe/pwsafe.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256 (base32 "0hxv23yh76liggxbjn4m132z15sklra8ms341xgzl4n5vjx30ihi"))
|
(sha256
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(base32 "01kfssd2vr64yh4dqhch58x36n3aj3hpj5n560f41rsxym69c6qs"))
|
||||||
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs `(("gettext" ,gettext-minimal)
|
(native-inputs `(("gettext" ,gettext-minimal)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
|
|
Reference in a new issue