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

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

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

Change-Id: I23ce548065131400faf601bc178454c74822f58a
This commit is contained in:
Zheng Junjie
2025-03-26 12:51:10 +08:00
parent 27828d7822
commit 791c5d79af

View File

@@ -4813,7 +4813,7 @@ debugging code.")
(uri (git-reference
(url "https://github.com/artyom-poptsov/guile-png")
(commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"0hgdp8fgyg6rdy130fsn4nnb58c98lsrayjyy5491l53814ggy65"))))