mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: src: Update to 1.29.
* gnu/packages/version-control.scm (src): Update to 1.29. [inputs]: Add cssc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7cee68e341
commit
d675a28c02
1 changed files with 4 additions and 3 deletions
|
@ -2847,14 +2847,14 @@ (define-public gource
|
|||
(define-public src
|
||||
(package
|
||||
(name "src")
|
||||
(version "1.18")
|
||||
(version "1.29")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://www.catb.org/~esr/src/src-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0n0skhvya8w2az45h2gsafxy8m2mvqas64nrgxifcmrzfv0rf26c"))))
|
||||
"0ha287gc95vz6bdvn42pi3qibc56h1w5dshsvjvdn2zd283amksd"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags
|
||||
|
@ -2880,7 +2880,8 @@ (define-public src
|
|||
;; For testing.
|
||||
(list git perl))
|
||||
(inputs
|
||||
`(("python" ,python-wrapper)
|
||||
`(("cssc" ,cssc)
|
||||
("python" ,python-wrapper)
|
||||
("rcs" ,rcs)))
|
||||
(synopsis "Simple revision control")
|
||||
(home-page "http://www.catb.org/~esr/src/")
|
||||
|
|
Loading…
Reference in a new issue