gnu: scdoc: Don't use unstable tarball.

The autogenerated tarball was modified upstream.

* gnu/packages/man.scm (scdoc)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-17 19:56:59 +01:00
parent d7b4ccefa9
commit 841e5fb4dd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -293,13 +293,13 @@ (define-public scdoc
(version "1.10.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://git.sr.ht/%7Esircmpwn/scdoc/archive/" version
".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://git.sr.ht/~sircmpwn/scdoc")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"13x7g1r56bshvfmlvapvz35ywnbgsh337kywb5kcv8nc6b3j3q40"))))
(base32 "1xmh6fnp378xmiycslg4migs1vx7yly4i1cf2vbbnwim9c9g0aw7"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags