guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dejagnu: Update to 1.5.2.


From: Andreas Enge
Subject: 01/01: gnu: dejagnu: Update to 1.5.2.
Date: Sat, 07 Feb 2015 18:53:51 +0000

andreas pushed a commit to branch master
in repository guix.

commit 85b5d3331d5c21aa06bad89a50c67e155fea0550
Author: Andreas Enge <address@hidden>
Date:   Sat Feb 7 19:53:23 2015 +0100

    gnu: dejagnu: Update to 1.5.2.
    
    * gnu/packages/dejagnu.scm (dejagnu): Update to 1.5.2.
---
 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 edfe1ae..203bd6e 100644
--- a/gnu/packages/dejagnu.scm
+++ b/gnu/packages/dejagnu.scm
@@ -26,7 +26,7 @@
 (define-public dejagnu
   (package
     (name "dejagnu")
-    (version "1.5.1")
+    (version "1.5.2")
     (source
      (origin
       (method url-fetch)
@@ -34,7 +34,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "1lik8h4qi7x0mhsi8xmj91an1yb63rjbk6v4xrmzgiy5lk8lgrv0"))))
+        "18ikblg4x4y5fkw8sg0c2zmqgxdqqycswmws17sxx8m4sz6g7dch"))))
     (build-system gnu-build-system)
     (inputs `(("expect" ,expect)))
     (arguments



reply via email to

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