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
(name "catgirl")
(version "2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://git.causal.agency/catgirl/snapshot/"
name "-" version ".tar.gz"))
(sha256
(base32
"13pfphcfkdzqfb4x7w21xp6rnmg3ix9f39mpqmxxzg15ys1gp2x6"))))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.causal.agency/catgirl")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1gxxblv3bwv1rl2ajjy791333r6qwgzb6qmk3iviw71mzi6ckxba"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests