gnu: cflow: Update to 1.5.
* gnu/packages/code.scm (cflow): Update to 1.5.
This commit is contained in:
parent
11e4c1fd10
commit
cb307c0833
|
@ -43,14 +43,14 @@
|
||||||
(define-public cflow
|
(define-public cflow
|
||||||
(package
|
(package
|
||||||
(name "cflow")
|
(name "cflow")
|
||||||
(version "1.4")
|
(version "1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/cflow/cflow-"
|
(uri (string-append "mirror://gnu/cflow/cflow-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jkbq97ajcf834z68hbn3xfhiz921zhn39gklml1racf0kb3jzh3"))))
|
"0yq33k5ap1zpnja64n89iai4zh018ffr72wki5a6mzczd880mr3g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
||||||
;; Needed to have cflow-mode.el installed.
|
;; Needed to have cflow-mode.el installed.
|
||||||
|
|
Loading…
Reference in New Issue