mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: assword: Update to 0.11.
* gnu/packages/password-utils.scm (assword): Update to 0.11.
This commit is contained in:
parent
fc38e317cd
commit
d504de2655
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
|
||||||
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2017, 2018 Clément Lassieur <clement@lassieur.org>
|
;;; Copyright © 2017, 2018 Clément Lassieur <clement@lassieur.org>
|
||||||
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org>
|
;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org>
|
||||||
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
|
@ -271,7 +271,7 @@ (define-public libpwquality
|
||||||
(define-public assword
|
(define-public assword
|
||||||
(package
|
(package
|
||||||
(name "assword")
|
(name "assword")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
|
@ -280,7 +280,7 @@ (define-public assword
|
||||||
"assword_" version ".orig.tar.gz")))
|
"assword_" version ".orig.tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l6170y6my1gprqkazvzabgjkrkr9v2q7z48vjflna4r323yqira"))))
|
"03gkb6kvsghznbcw5l7nmrc6mn3ixkjd5jcs96ni4zs9l47jf7yp"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(;; irritatingly, tests do run but not there are two problems:
|
`(;; irritatingly, tests do run but not there are two problems:
|
||||||
;; - "import gtk" fails for unknown reasons here despite it the
|
;; - "import gtk" fails for unknown reasons here despite it the
|
||||||
|
|
Loading…
Reference in a new issue