mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: cvs-fast-export: Update to 1.55.
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.55.
This commit is contained in:
parent
b6389525a4
commit
637924ad7e
1 changed files with 2 additions and 2 deletions
|
@ -1718,14 +1718,14 @@ (define-public cvs
|
|||
(define-public cvs-fast-export
|
||||
(package
|
||||
(name "cvs-fast-export")
|
||||
(version "1.51")
|
||||
(version "1.55")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.catb.org/~esr/cvs-fast-export/"
|
||||
"cvs-fast-export-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nn5cf8syb5nbjvkn8w561pk25clv187h4hs9pnc700g9w56chzf"))))
|
||||
"06y2myhhv2ap08bq7d7shq0b7lq6wgznwrpz6622xq66cxkf2n5g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue