gnu: pcsc-lite: Don't use NAME in source URI.
* gnu/packages/security-token.scm (pcsc-lite)[source]: Hard-code NAME.master
parent
a4893b382a
commit
b256ab505d
|
@ -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"))))
|
||||||
|
|
Reference in New Issue