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:
Zheng Junjie 2025-03-25 21:52:21 +08:00
parent bef7d8e2b1
commit 3a9ee2ab4d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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)