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
1 changed files with 2 additions and 2 deletions

View File

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