mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: libsecret: Don't use NAME in source URI.
* gnu/packages/gnome.scm (libsecret)[source]: Hard-code NAME.
This commit is contained in:
parent
0b95b19b1d
commit
0ada4e2987
1 changed files with 1 additions and 1 deletions
|
@ -2813,7 +2813,7 @@ (define-public libsecret
|
|||
(uri (string-append
|
||||
"mirror://gnome/sources/libsecret/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"libsecret-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"058x64689k55wxfkdp4svhnwvv8jmqm7z5mrynybl38f4sfqiyiv"))))
|
||||
|
|
Loading…
Reference in a new issue