me
/
guix
Archived
1
0
Fork 0

gnu: pcsc-lite: Don't use NAME in source URI.

* gnu/packages/security-token.scm (pcsc-lite)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-01-10 04:28:07 +01:00
parent a4893b382a
commit b256ab505d
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -173,9 +173,8 @@ the low-level development kit for the Yubico YubiKey authentication device.")
(version "1.8.25") (version "1.8.25")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "https://pcsclite.apdu.fr/files/"
"https://pcsclite.apdu.fr/files/" "pcsc-lite-" version ".tar.bz2"))
name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"14l7irs1nsh8b036ag4cfy8wryyysch78scz5dw6xxqwqgnpjvfp")))) "14l7irs1nsh8b036ag4cfy8wryyysch78scz5dw6xxqwqgnpjvfp"))))