gnu: complexity: Update to 1.10.

* gnu/packages/code.scm (complexity): Update to 1.10.
This commit is contained in:
Efraim Flashner 2016-03-10 20:15:15 +02:00
parent 9720651942
commit 1e42d8b8ba
1 changed files with 3 additions and 3 deletions

View File

@ -68,14 +68,14 @@ a major mode for Emacs for examining the flowcharts that it produces.")
(define-public complexity
(package
(name "complexity")
(version "1.9")
(version "1.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/complexity/complexity-"
version ".tar.gz"))
version ".tar.xz"))
(sha256
(base32
"1jn61389bjxgc49ldzcp89kylagcd2b19i38jv99nl3blylkkwf6"))))
"0lr0l9kj2w3jilz9h9y4np9pf9i9ccpy6331lanki2fnz4z8ldvd"))))
(build-system gnu-build-system)
(native-inputs
`(("texinfo" ,texinfo)