Archived
1
0
Fork 0

gnu: filters: Replace git commit with equivalent tag.

* gnu/packages/toys.scm (filters)[source]: Use tag.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-16 16:47:41 +02:00
parent 834ab06477
commit d7b83e2f8d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -78,8 +78,6 @@ typing @command{sl} instead of @command{ls}.")
"See LICENSE in the distribution.")))) "See LICENSE in the distribution."))))
(define-public filters (define-public filters
(let ((version "2.55")
(commit "c5c291916b52ed9e6418448a8eee30475fb9adcf"))
(package (package
(name "filters") (name "filters")
(version "2.55") (version "2.55")
@ -88,7 +86,7 @@ typing @command{sl} instead of @command{ls}.")
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.joeyh.name/filters") (url "https://git.joeyh.name/filters")
(commit commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1gaigpda1w9wxfh8an3sam1hpacc1bhxl696w4yj0vzhc6izqvxs")) (base32 "1gaigpda1w9wxfh8an3sam1hpacc1bhxl696w4yj0vzhc6izqvxs"))
@ -164,7 +162,7 @@ The GNU project hosts a similar collection of filters, the GNU talkfilters.")
license:gpl3+ ; scramble, scottish license:gpl3+ ; scramble, scottish
license:public-domain ; jethro, kraut, ken, studly license:public-domain ; jethro, kraut, ken, studly
license:gpl1+ ; cockney, jive, nyc only say "gpl" license:gpl1+ ; cockney, jive, nyc only say "gpl"
license:expat))))) ; newspeak license:expat)))) ; newspeak
(define-public xsnow (define-public xsnow
(package (package