gnu: mig: Update to 1.8.

* gnu/packages/hurd.scm (mig): Update to version 1.8.
This commit is contained in:
Manolis Ragkousis 2016-12-19 11:57:41 +02:00
parent d950f03848
commit 9c9402be2e
No known key found for this signature in database
GPG Key ID: 327C1EF38DF54C32

View File

@ -71,7 +71,7 @@
(define-public mig
(package
(name "mig")
(version "1.7")
(version "1.8")
(source
(origin
(method url-fetch)
@ -79,7 +79,7 @@
version ".tar.gz"))
(sha256
(base32
"1hxqd8p14pgamgavmbmziswvd1zvwqx7lgc9qga805q9jrs93q2b"))))
"1gyda8sq6b379nx01hkpbd85lz39irdvz2b9wbr63gicicx8i706"))))
(build-system gnu-build-system)
;; Flex is needed both at build and run time.
(inputs `(("gnumach-headers" ,gnumach-headers)