guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: complexity: Update to 1.2.


From: Andreas Enge
Subject: 01/01: gnu: complexity: Update to 1.2.
Date: Sun, 15 Feb 2015 19:51:48 +0000

andreas pushed a commit to branch master
in repository guix.

commit 431d32e688b8b38ec17dbcc5ad38e793fcd4b2e2
Author: Andreas Enge <address@hidden>
Date:   Sun Feb 15 20:51:22 2015 +0100

    gnu: complexity: Update to 1.2.
    
    * gnu/packages/complexity.scm (complexity): Update to 1.2.
---
 gnu/packages/complexity.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/complexity.scm b/gnu/packages/complexity.scm
index 5216b7e..f0cd11e 100644
--- a/gnu/packages/complexity.scm
+++ b/gnu/packages/complexity.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,14 +28,14 @@
 (define-public complexity
   (package
     (name "complexity")
-    (version "1.1")
+    (version "1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/complexity/complexity-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1aad7n35ymxbj5dlpvm64dcd71b6i7hbmps0g7nkf47vj53l6y2j"))))
+                "0pmlhlj1chl4caaqffvn1cy9z8gwmjbx97syi7pdfa0vqygkql6d"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("texinfo" ,texinfo)



reply via email to

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