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.6.1.


From: Efraim Flashner
Subject: 01/01: gnu: dejagnu: Update to 1.6.1.
Date: Thu, 2 Nov 2017 07:12:55 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 30ee6bf5d2806164de417fb44dbb6eb342e1f6d3
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 2 11:28:54 2017 +0200

    gnu: dejagnu: Update to 1.6.1.
    
    * gnu/packages/dejagnu.scm (dejagnu): Update to 1.6.1.
---
 gnu/packages/dejagnu.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dejagnu.scm b/gnu/packages/dejagnu.scm
index ba34e36..05825ba 100644
--- a/gnu/packages/dejagnu.scm
+++ b/gnu/packages/dejagnu.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Ludovic Courtès <address@hidden>
-;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,7 +27,7 @@
 (define-public dejagnu
   (package
     (name "dejagnu")
-    (version "1.6")
+    (version "1.6.1")
     (source
      (origin
       (method url-fetch)
@@ -35,7 +35,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "0qypaakd2065jgpcv84zcsibl8gph3p334gb2qdmhsrbirhlmdh0"))))
+        "14hnq1mh91vqprc43xdy4f15sycw6fbajrh7zi6cw2kyg6xjhnxz"))))
     (build-system gnu-build-system)
     (inputs `(("expect" ,expect)))
     (arguments



reply via email to

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