me
/
guix
Archived
1
0
Fork 0

gnu: ghc-iproute: Update to 1.7.7.

* gnu/packages/haskell-xyz.scm (ghc-iproute): Update to 1.7.7.
master
Timothy Sample 2019-10-31 12:56:51 -04:00
parent 79a0691089
commit ec25d53677
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -5440,7 +5440,7 @@ through a forwarding proxy that is configured to speak this protocol.")
(define-public ghc-iproute (define-public ghc-iproute
(package (package
(name "ghc-iproute") (name "ghc-iproute")
(version "1.7.5") (version "1.7.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5450,7 +5450,7 @@ through a forwarding proxy that is configured to speak this protocol.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vw1nm3s8vz1hqnjnqd3wh5rr4q3m2r4izn5ynhf93h9185qwqzd")))) "0gab5930nvzrpvisx3x43ydnp2rd4fbmy9cq1zpgqy1adx5gx8z6"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: Tests cannot find System.ByteOrder, (arguments `(#:tests? #f)) ; FIXME: Tests cannot find System.ByteOrder,
; exported by ghc-byteorder. Doctest issue. ; exported by ghc-byteorder. Doctest issue.