guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: dejagnu: Update to 1.6.2.


From: guix-commits
Subject: 14/16: gnu: dejagnu: Update to 1.6.2.
Date: Sun, 19 Jan 2020 16:42:45 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 3c2ebce669ff3340f32683690aef94469b217aea
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 19 10:50:20 2020 +0100

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

diff --git a/gnu/packages/dejagnu.scm b/gnu/packages/dejagnu.scm
index f2aca50..0dee89d 100644
--- a/gnu/packages/dejagnu.scm
+++ b/gnu/packages/dejagnu.scm
@@ -28,7 +28,7 @@
 (define-public dejagnu
   (package
     (name "dejagnu")
-    (version "1.6.1")
+    (version "1.6.2")
     (source
      (origin
       (method url-fetch)
@@ -36,7 +36,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "14hnq1mh91vqprc43xdy4f15sycw6fbajrh7zi6cw2kyg6xjhnxz"))))
+        "0qfj2wd4qk1yn9yzam6g8nmyxfazcc0knjyyibycb2ainkhp21hd"))))
     (build-system gnu-build-system)
     (inputs `(("expect" ,expect)))
     (arguments



reply via email to

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