guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: dejagnu: Update to 1.5.3.


From: Ludovic Courtès
Subject: 01/03: gnu: dejagnu: Update to 1.5.3.
Date: Sun, 03 May 2015 14:01:48 +0000

civodul pushed a commit to branch master
in repository guix.

commit 5ac8a1d4bbb889de5c5ce721beffa80f61745bf6
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 3 16:00:12 2015 +0200

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

diff --git a/gnu/packages/dejagnu.scm b/gnu/packages/dejagnu.scm
index 203bd6e..60fd212 100644
--- a/gnu/packages/dejagnu.scm
+++ b/gnu/packages/dejagnu.scm
@@ -26,7 +26,7 @@
 (define-public dejagnu
   (package
     (name "dejagnu")
-    (version "1.5.2")
+    (version "1.5.3")
     (source
      (origin
       (method url-fetch)
@@ -34,7 +34,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "18ikblg4x4y5fkw8sg0c2zmqgxdqqycswmws17sxx8m4sz6g7dch"))))
+        "069z3qrdv35cm2sbnfr5yjzplrqj9f61cchxis7j9mm19hv8x6q9"))))
     (build-system gnu-build-system)
     (inputs `(("expect" ,expect)))
     (arguments



reply via email to

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