summaryrefslogtreecommitdiff
path: root/gnu/packages/dejagnu.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-10-09 08:47:54 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-10-09 08:55:51 +0300
commit539ab1afdd1d65d666719d5db3b221dd160de59f (patch)
treebc369a3edfebe633257f88d58512045532b723f3 /gnu/packages/dejagnu.scm
parentcaaa715d161f98cb8a52b517a72a0783c2848056 (diff)
downloadguix-patches-539ab1afdd1d65d666719d5db3b221dd160de59f.tar
guix-patches-539ab1afdd1d65d666719d5db3b221dd160de59f.tar.gz
gnu: dejagnu: Update to 1.6.
* gnu/packages/dejagnu.scm (dejagnu): Update to 1.6. [home-page]: Use https. [license]: Update to gpl3+.
Diffstat (limited to 'gnu/packages/dejagnu.scm')
-rw-r--r--gnu/packages/dejagnu.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/dejagnu.scm b/gnu/packages/dejagnu.scm
index 60fd2124f0..0b244f6a6f 100644
--- a/gnu/packages/dejagnu.scm
+++ b/gnu/packages/dejagnu.scm
@@ -26,7 +26,7 @@
(define-public dejagnu
(package
(name "dejagnu")
- (version "1.5.3")
+ (version "1.6")
(source
(origin
(method url-fetch)
@@ -34,7 +34,7 @@
version ".tar.gz"))
(sha256
(base32
- "069z3qrdv35cm2sbnfr5yjzplrqj9f61cchxis7j9mm19hv8x6q9"))))
+ "0qypaakd2065jgpcv84zcsibl8gph3p334gb2qdmhsrbirhlmdh0"))))
(build-system gnu-build-system)
(inputs `(("expect" ,expect)))
(arguments
@@ -74,10 +74,10 @@
expect "/bin:$PATH\n")))))
%standard-phases))))
(home-page
- "http://www.gnu.org/software/dejagnu/")
+ "https://www.gnu.org/software/dejagnu/")
(synopsis "GNU software testing framework")
(description
"DejaGnu is a framework for testing software. In effect, it serves as
a front-end for all tests written for a program. Thus, each program can have
multiple test suites, which are then all managed by a single harness.")
- (license gpl2+)))
+ (license gpl3+)))