gnu: pcsc-lite: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 10 Jan 2020 03:28:07 +0000 (04:28 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 10 Jan 2020 03:46:41 +0000 (04:46 +0100)
* gnu/packages/security-token.scm (pcsc-lite)[source]: Hard-code NAME.

gnu/packages/security-token.scm

index d8383cc..548cbc0 100644 (file)
@@ -173,9 +173,8 @@ the low-level development kit for the Yubico YubiKey authentication device.")
     (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"))))