1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: guile-ics: Use git-file-name.

* gnu/packages/guile-xyz.scm (guile-ics)[source]: Use git-file-name.

Change-Id: I7bb7fe30686e73fe5aeeeae00576b07c932e2dbe
This commit is contained in:
Zheng Junjie
2025-03-26 12:49:06 +08:00
parent 198240441b
commit 69e06dbd7e

View File

@@ -2342,7 +2342,7 @@ provides tight coupling to Guix.")
(uri (git-reference
(url "https://github.com/artyom-poptsov/guile-ics")
(commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"1zxclhyrsbp9v6sj36kmphiwqhb06rcm1zjskg5091py8361wjd6"))))