guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: cflow: Update to 1.6.


From: guix-commits
Subject: 01/01: gnu: cflow: Update to 1.6.
Date: Wed, 27 Feb 2019 02:50:47 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit cfae5382fe042aaf4616cdb790efc7b1ad646ba4
Author: Efraim Flashner <address@hidden>
Date:   Wed Feb 27 09:36:53 2019 +0200

    gnu: cflow: Update to 1.6.
    
    * gnu/packages/code.scm (cflow): Update to 1.6.
---
 gnu/packages/code.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index cfe014e..093e36f 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -60,14 +60,14 @@
 (define-public cflow
   (package
     (name "cflow")
-    (version "1.5")
+    (version "1.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/cflow/cflow-"
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0yq33k5ap1zpnja64n89iai4zh018ffr72wki5a6mzczd880mr3g"))))
+                "1mzd3yf0dfv8h2av5vsxxlhpk21nw064h91b2kgfrdz92r0pnj1l"))))
     (build-system gnu-build-system)
 
     ;; Needed to have cflow-mode.el installed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]