gnu: catgirl: Don't use snapshot tarball.

* gnu/packages/irc.scm (catgirl)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-30 02:00:00 +02:00
parent 753ca72fc1
commit e09275f300
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -410,13 +410,15 @@ (define-public catgirl
(package (package
(name "catgirl") (name "catgirl")
(version "2.1") (version "2.1")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "https://git.causal.agency/catgirl/snapshot/" (method git-fetch)
name "-" version ".tar.gz")) (uri (git-reference
(sha256 (url "https://git.causal.agency/catgirl")
(base32 (commit version)))
"13pfphcfkdzqfb4x7w21xp6rnmg3ix9f39mpqmxxzg15ys1gp2x6")))) (file-name (git-file-name name version))
(sha256
(base32 "1gxxblv3bwv1rl2ajjy791333r6qwgzb6qmk3iviw71mzi6ckxba"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests