This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c10a193885 gnu: cflow: Update to 1.8.
c10a193885 is described below

commit c10a193885b2676f0134b99dbaeb43e86bc2b51f
Author: Andy Tai <[email protected]>
AuthorDate: Sun Aug 3 10:20:19 2025 -0700

    gnu: cflow: Update to 1.8.
    
    * gnu/packages/code.scm (cflow): Update to 1.8.
    
    Change-Id: I4846415b4bbd8a16abd48be7c04bd6d62e1a2c78
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 9ab21880c8..83e28d63ed 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -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.

Reply via email to