[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: argon2: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
09/10: gnu: argon2: Don't use unstable tarball. |
Date: |
Wed, 22 Jan 2020 07:18:33 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit c600cf2a72fef7994f85a1e5c3f986a79a5024cc
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Jan 22 12:45:39 2020 +0200
gnu: argon2: Don't use unstable tarball.
* gnu/packages/password-utils.scm (argon2)[source]: Download using
git-fetch.
---
gnu/packages/password-utils.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 2716997..af09f7b 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -706,14 +706,14 @@ using password-store through rofi interface:
(version "20171227")
(source
(origin
- (method url-fetch)
- (uri
- (string-append "https://github.com/P-H-C/phc-winner-argon2/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/P-H-C/phc-winner-argon2")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1n6w5y3va7lrcym7cxr0nikapldqm80wxjdns584bvplq5r03spa"))))
+ "1rzayv4ydxwb5fqyr1y8nz0wsb9r45mwl1wrq8hmikjrlqhhjn6f"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
- branch master updated (a789f65 -> fe10934), guix-commits, 2020/01/22
- 02/10: gnu: pulsemixer: Don't use unstable tarball., guix-commits, 2020/01/22
- 01/10: gnu: ponymix: Don't use unstable tarball., guix-commits, 2020/01/22
- 03/10: gnu: pulsemixer: Update to 1.5.0., guix-commits, 2020/01/22
- 05/10: gnu: pass-rotate: Update upstream location., guix-commits, 2020/01/22
- 06/10: gnu: pass-git-helper: Don't use unstable tarball., guix-commits, 2020/01/22
- 09/10: gnu: argon2: Don't use unstable tarball.,
guix-commits <=
- 07/10: gnu: pass-git-helper: Update to 1.1.0., guix-commits, 2020/01/22
- 10/10: gnu: argon2: Update to 20190702., guix-commits, 2020/01/22
- 04/10: gnu: pass-rotate: Don't use unstable tarball., guix-commits, 2020/01/22
- 08/10: gnu: pass-git-helper: Run test suite., guix-commits, 2020/01/22