Skip to content
Snippets Groups Projects
Commit 1e42d8b8 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: complexity: Update to 1.10.

* gnu/packages/code.scm (complexity): Update to 1.10.
parent 97206519
No related branches found
No related tags found
No related merge requests found
...@@ -68,14 +68,14 @@ (define-public cflow ...@@ -68,14 +68,14 @@ (define-public cflow
(define-public complexity (define-public complexity
(package (package
(name "complexity") (name "complexity")
(version "1.9") (version "1.10")
(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.xz"))
(sha256 (sha256
(base32 (base32
"1jn61389bjxgc49ldzcp89kylagcd2b19i38jv99nl3blylkkwf6")))) "0lr0l9kj2w3jilz9h9y4np9pf9i9ccpy6331lanki2fnz4z8ldvd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("texinfo" ,texinfo) `(("texinfo" ,texinfo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment