gnu: complexity: Update to 1.3.
* gnu/packages/code.scm (complexity): Update to 1.3.
This commit is contained in:
parent
78981bb9bd
commit
4375dcf36c
|
@ -67,14 +67,14 @@ a major mode for Emacs for examining the flowcharts that it produces.")
|
||||||
(define-public complexity
|
(define-public complexity
|
||||||
(package
|
(package
|
||||||
(name "complexity")
|
(name "complexity")
|
||||||
(version "1.2")
|
(version "1.3")
|
||||||
(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
|
||||||
"0pmlhlj1chl4caaqffvn1cy9z8gwmjbx97syi7pdfa0vqygkql6d"))))
|
"19bc64sxpqd5rqylqaa7dijz2x7qp2b0dg3ah3fb3qbcvd8b4wgy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)
|
`(("texinfo" ,texinfo)
|
||||||
|
|
Loading…
Reference in New Issue