efraim pushed a commit to branch master
in repository guix.
commit 03fd53087510f7fda6369721c138bc82cd69cb67
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jan 3 09:06:18 2022 +0200
gnu: cflow: Update to 1.7.
* gnu/packages/code.scm (cflow): Update to 1.7.
[native-inputs]: Remove labels.
---
gnu/packages/code.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index dccfdeb157..9e7f54a7ec 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2013, 2015, 2018, 2020, 2021 Ludovic Courtès <[email protected]>
;;; Copyright © 2013, 2015 Andreas Enge <[email protected]>
;;; Copyright © 2015, 2018 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2016, 2017, 2019, 2020, 2021 Efraim Flashner
<[email protected]>
+;;; Copyright © 2016, 2017, 2019, 2020, 2021, 2022 Efraim Flashner
<[email protected]>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2017, 2018 Clément Lassieur <[email protected]>
;;; Copyright © 2017 Andy Wingo <[email protected]>
@@ -77,18 +77,19 @@
(define-public cflow
(package
(name "cflow")
- (version "1.6")
+ (version "1.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/cflow/cflow-"
version ".tar.bz2"))
(sha256
(base32
- "1mzd3yf0dfv8h2av5vsxxlhpk21nw064h91b2kgfrdz92r0pnj1l"))))
+ "11khr78090jjyqa2l26bdz0myjx6b212lz216dhjc7h0z754c4fh"))))
(build-system gnu-build-system)
;; Needed to have cflow-mode.el installed.
- (native-inputs `(("emacs" ,emacs-minimal)))
+ (native-inputs
+ (list emacs-minimal))
(arguments
'(#:configure-flags (list (string-append "CPPFLAGS="
"-D" "CFLOW_PREPROC=\\\""