mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-dsv: Use git-file-name.
* gnu/packages/guile-xyz.scm (guile-dsv)[source]: Use git-file-name. Change-Id: Id2db18efbba82dc8b5d544f6cbc13c2d1e1aa23d
This commit is contained in:
parent
3a9ee2ab4d
commit
9dbdff7423
1 changed files with 1 additions and 1 deletions
|
@ -796,7 +796,7 @@ you send to a FIFO file.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/artyom-poptsov/guile-dsv")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iavc1dg1899v519hvbzcmvdc16rahcwwvj68jycqdc5px5z285i"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue