gnu: interrobang: Use GIT-... helpers.
* gnu/packages/admin.scm (interrobang)[version]: Use GIT-VERSION. [source]: Use GIT-FILE-NAME.master
parent
7d6e8fda61
commit
807a30999d
|
@ -2125,16 +2125,16 @@ the status of your battery in the system tray.")
|
||||||
(commit "896543735e1c99144765fdbd7b6e6b5afbd8b881"))
|
(commit "896543735e1c99144765fdbd7b6e6b5afbd8b881"))
|
||||||
(package
|
(package
|
||||||
(name "interrobang")
|
(name "interrobang")
|
||||||
(version (string-append "0.0.0-" revision "." (string-take commit 7)))
|
(version (git-version "0.0.0" revision commit))
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/TrilbyWhite/interrobang")
|
(url "https://github.com/TrilbyWhite/interrobang.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1n13m70p1hfba5dy3i8hfclbr6k9q3d9dai3dg4jvhdhmxcpjzdf"))))
|
||||||
"1n13m70p1hfba5dy3i8hfclbr6k9q3d9dai3dg4jvhdhmxcpjzdf"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in New Issue