mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: mig: Update to 1.8.
* gnu/packages/hurd.scm (mig): Update to version 1.8.
This commit is contained in:
parent
d950f03848
commit
9c9402be2e
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ (define-public gnumach-headers
|
|||
(define-public mig
|
||||
(package
|
||||
(name "mig")
|
||||
(version "1.7")
|
||||
(version "1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -79,7 +79,7 @@ (define-public mig
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue