gnu: clustershell: Fetch sources from Git.
* gnu/packages/ssh.scm (clustershell)[source]: Use GIT-FETCH and GIT-FILE-NAME.master
parent
42c4acf026
commit
511a8f8d46
|
@ -827,12 +827,13 @@ framework.")
|
||||||
(version "1.8.3")
|
(version "1.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/cea-hpc/clustershell/releases"
|
(uri (git-reference
|
||||||
"/download/v" version
|
(url "https://github.com/cea-hpc/clustershell")
|
||||||
"/ClusterShell-" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qdcgh733szwj9r1gambrgfkizvbjci0bnnkds9a8mnyb3sasnan"))))
|
(base32 "128v3gc6gj9622sp41az1jkcqnkbsdzvb2jpk12fpm1mmjcfgfvc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs `(("openssh" ,openssh)))
|
(inputs `(("openssh" ,openssh)))
|
||||||
(propagated-inputs `(("python-pyyaml" ,python-pyyaml)))
|
(propagated-inputs `(("python-pyyaml" ,python-pyyaml)))
|
||||||
|
|
Reference in New Issue