gnu: cvs-fast-export: Don't use NAME in source URI.
* gnu/packages/version-control.scm (cvs-fast-export)[source]: Hard-code name.
This commit is contained in:
parent
fd3638d89a
commit
cfc92cd7bf
|
@ -1430,8 +1430,8 @@ RCS, PRCS, and Aegis packages.")
|
||||||
(version "1.44")
|
(version "1.44")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.catb.org/~esr/"
|
(uri (string-append "http://www.catb.org/~esr/cvs-fast-export/"
|
||||||
name "/" name "-" version ".tar.gz"))
|
"cvs-fast-export-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l7hlys4vw4zk4ikdjiig5vzgv5dv48mbm8bdqgvgkyyxb2j0dm0"))))
|
"1l7hlys4vw4zk4ikdjiig5vzgv5dv48mbm8bdqgvgkyyxb2j0dm0"))))
|
||||||
|
|
Loading…
Reference in New Issue