guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: gnu-c-manual: Update to 0.2.5.


From: Ludovic Courtès
Subject: 03/07: gnu: gnu-c-manual: Update to 0.2.5.
Date: Tue, 4 Oct 2016 14:38:27 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit d35f8c7cb6f522bdf3d8da4d2724949b13d2147e
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 4 16:02:36 2016 +0200

    gnu: gnu-c-manual: Update to 0.2.5.
    
    * gnu/packages/gcc.scm (gnu-c-manual): Update to 0.2.5.
---
 gnu/packages/gcc.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 4f1deda..3880cab 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -775,14 +775,14 @@ effective code.")
 (define-public gnu-c-manual
   (package
     (name "gnu-c-manual")
-    (version "0.2.4")
+    (version "0.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gnu-c-manual/gnu-c-manual-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0cf4503shr7hxkbrjfi9dky6q2lqk95bgbgbjmvj2s2x312kakd9"))))
+                "1sfsj9256w18qzylgag2h5h377aq8in8929svblfnj9svfriqcys"))))
     (build-system gnu-build-system)
     (native-inputs `(("texinfo" ,texinfo)))
     (arguments



reply via email to

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