gnu: mig: Update to 1.7.
* gnu/packages/hurd.scm (mig): Update to version 1.7.
This commit is contained in:
parent
614f39271e
commit
eb3be3a791
|
@ -66,7 +66,7 @@
|
||||||
(define-public mig
|
(define-public mig
|
||||||
(package
|
(package
|
||||||
(name "mig")
|
(name "mig")
|
||||||
(version "1.6")
|
(version "1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i9qd6j5g8wsv9k9n6vpdqflyw0284wyayb2s2h7pp4yyi2jsksk"))))
|
"1hxqd8p14pgamgavmbmziswvd1zvwqx7lgc9qga805q9jrs93q2b"))))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in New Issue