me
/
guix
Archived
1
0
Fork 0

gnu: ghc-silently: Update to 1.2.5.1.

* gnu/packages/haskell-xyz.scm (ghc-silently): Update to 1.2.5.1.
master
Timothy Sample 2019-10-31 01:17:19 -04:00
parent bc9d1af993
commit 544bb369f1
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -9184,7 +9184,7 @@ spirit to POSIX shells. Shelly is originally forked from the Shellish package.
(define-public ghc-silently
(package
(name "ghc-silently")
(version "1.2.5")
(version "1.2.5.1")
(source
(origin
(method url-fetch)
@ -9194,7 +9194,7 @@ spirit to POSIX shells. Shelly is originally forked from the Shellish package.
".tar.gz"))
(sha256
(base32
"0f9qm3f7y0hpxn6mddhhg51mm1r134qkvd2kr8r6192ka1ijbxnf"))))
"1lgs1gsr5dp0x21diqn4l03fxgai2kgdmj85gqp0iz3zykvbmjbz"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ;; circular dependency with nanospec
;; (inputs