mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-oauth: Use git-file-name.
* gnu/packages/guile-xyz.scm (guile-oauth)[source]: Use git-file-name. Change-Id: Ieda07fc961726c0581d1e91e121df6dbf31a1d1f
This commit is contained in:
parent
bef7d8e2b1
commit
3a9ee2ab4d
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ currently does not do much, but it might in the future.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/aconchillo/guile-oauth")
|
||||
(commit version)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "002hgs4xfrrz0rqa6n1078cn7vz5f70azw1kpljvb4dmv228gfxq"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue