diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-07-14 22:09:56 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-07-14 22:10:09 +0300 |
commit | f52ddd6236d5a7a7373eee2e4d764172cac9877d (patch) | |
tree | 2f3ca91e6196ec31690bcbc32593827e99964a4a /gnu | |
parent | 5908818e309280b124b64f5320e4b98210093061 (diff) | |
download | guix-f52ddd6236d5a7a7373eee2e4d764172cac9877d.tar guix-f52ddd6236d5a7a7373eee2e4d764172cac9877d.tar.gz |
gnu: gnu-pw-mgr: Update to 2.3.3.
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnu-pw-mgr.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnu-pw-mgr.scm b/gnu/packages/gnu-pw-mgr.scm index 0d16bf5f0b..38f9e8187a 100644 --- a/gnu/packages/gnu-pw-mgr.scm +++ b/gnu/packages/gnu-pw-mgr.scm @@ -30,7 +30,7 @@ (define-public gnu-pw-mgr (package (name "gnu-pw-mgr") - (version "2.3.2") + (version "2.3.3") (source (origin (method url-fetch) @@ -38,7 +38,7 @@ version ".tar.xz")) (sha256 (base32 - "0x60g0syqpd107l8w4bl213imy2lspm4kz1j18yr1sh10rdxlgxd")))) + "04xh38j7l0sfnb01kp05xc908pvqfc0lph94k7n9bi46zy3qy7ma")))) (build-system gnu-build-system) (arguments '(#:phases |