mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-minikanren: Use git-file-name.
* gnu/packages/guile-xyz.scm (guile-minikanren)[source]: Use git-file-name. Change-Id: I6574034a283ee9eb4c4b2d6fc987c8a77966bcc8
This commit is contained in:
parent
791c5d79af
commit
7bd7e3eea0
1 changed files with 1 additions and 1 deletions
|
@ -3368,7 +3368,7 @@ available:
|
|||
(uri (git-reference
|
||||
(url "https://github.com/ijp/minikanren")
|
||||
(commit "e844d85512f8c055d3f96143ee506007389a25e3")))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0r50jlpzi940jlmxyy3ddqqwmj5r12gb4bcv0ssini9v8km13xz6"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue