guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: complexity: Update to 1.3.


From: Ludovic Courtès
Subject: 01/05: gnu: complexity: Update to 1.3.
Date: Sat, 17 Oct 2015 13:42:28 +0000

civodul pushed a commit to branch master
in repository guix.

commit 4375dcf36c21f748a5118c6f3faf1e14450e1e7b
Author: Ludovic Courtès <address@hidden>
Date:   Sat Oct 17 12:17:02 2015 +0200

    gnu: complexity: Update to 1.3.
    
    * gnu/packages/code.scm (complexity): Update to 1.3.
---
 gnu/packages/code.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 6e858a7..86b131a 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -67,14 +67,14 @@ a major mode for Emacs for examining the flowcharts that it 
produces.")
 (define-public complexity
   (package
     (name "complexity")
-    (version "1.2")
+    (version "1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/complexity/complexity-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0pmlhlj1chl4caaqffvn1cy9z8gwmjbx97syi7pdfa0vqygkql6d"))))
+                "19bc64sxpqd5rqylqaa7dijz2x7qp2b0dg3ah3fb3qbcvd8b4wgy"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)



reply via email to

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