gnu: vcsh: Update to 1.20190621-4.
* gnu/packages/version-control.scm (vcsh): Update to 1.20190621-4.master
parent
36bfd64213
commit
57c5c8a3a7
|
@ -1322,7 +1322,7 @@ manipulate them in various ways.")
|
||||||
(define-public vcsh
|
(define-public vcsh
|
||||||
(package
|
(package
|
||||||
(name "vcsh")
|
(name "vcsh")
|
||||||
(version "1.20190621")
|
(version "1.20190621-4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1331,7 +1331,7 @@ manipulate them in various ways.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s9l47wm9r7sndcgc778mq60wkzkhvfv7rkrwci5kjvw8vsddvcc"))))
|
(base32 "1gx5nbqyprgy6picns5hxky3lyzkqfq3xhm614f0wcdi58xrsdh0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which)))
|
`(("which" ,which)))
|
||||||
|
|
Reference in New Issue