me
/
guix
Archived
1
0
Fork 0

gnu: complexity: Update to 1.10.

* gnu/packages/code.scm (complexity): Update to 1.10.
master
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 (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)