mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: complexity: Update to 1.9.
* gnu/packages/code.scm (complexity): Update to 1.9.
This commit is contained in:
parent
f1eacbafc4
commit
6da23c0429
1 changed files with 2 additions and 2 deletions
|
@ -68,14 +68,14 @@ (define-public cflow
|
||||||
(define-public complexity
|
(define-public complexity
|
||||||
(package
|
(package
|
||||||
(name "complexity")
|
(name "complexity")
|
||||||
(version "1.3")
|
(version "1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/complexity/complexity-"
|
(uri (string-append "mirror://gnu/complexity/complexity-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19bc64sxpqd5rqylqaa7dijz2x7qp2b0dg3ah3fb3qbcvd8b4wgy"))))
|
"1jn61389bjxgc49ldzcp89kylagcd2b19i38jv99nl3blylkkwf6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)
|
`(("texinfo" ,texinfo)
|
||||||
|
|
Loading…
Reference in a new issue