mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cflow: Update to 1.8.
* gnu/packages/code.scm (cflow): Update to 1.8. Change-Id: I4846415b4bbd8a16abd48be7c04bd6d62e1a2c78 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
c85acd96e7
commit
c10a193885
1 changed files with 2 additions and 2 deletions
|
@ -190,14 +190,14 @@ desired software component.")
|
|||
(define-public cflow
|
||||
(package
|
||||
(name "cflow")
|
||||
(version "1.7")
|
||||
(version "1.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/cflow/cflow-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"11khr78090jjyqa2l26bdz0myjx6b212lz216dhjc7h0z754c4fh"))))
|
||||
"1f4s979phyjz8qss10d0fqa4paa6z3wwdz23d9zqgixnamxn48c3"))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
;; Needed to have cflow-mode.el installed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue