mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: pcsc-lite: Don't use NAME in source URI.
* gnu/packages/security-token.scm (pcsc-lite)[source]: Hard-code NAME.
This commit is contained in:
parent
a4893b382a
commit
b256ab505d
1 changed files with 2 additions and 3 deletions
|
@ -173,9 +173,8 @@ (define-public pcsc-lite
|
|||
(version "1.8.25")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pcsclite.apdu.fr/files/"
|
||||
name "-" version ".tar.bz2"))
|
||||
(uri (string-append "https://pcsclite.apdu.fr/files/"
|
||||
"pcsc-lite-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"14l7irs1nsh8b036ag4cfy8wryyysch78scz5dw6xxqwqgnpjvfp"))))
|
||||
|
|
Loading…
Reference in a new issue