mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: ghc-base64: Update to Cabal revision 4.
* gnu/packages/haskell-xyz.scm (ghc-base64)[arguments]: Update to Cabal revision 4. [synopsis]: Satisfy linter. Change-Id: I3e234f85371865dfc45a4f004b442209fd68091a
This commit is contained in:
parent
4c46dc9a4a
commit
8448e0befa
1 changed files with 3 additions and 3 deletions
|
@ -15967,10 +15967,10 @@ (define-public ghc-base64
|
|||
ghc-tasty-hunit
|
||||
ghc-tasty-quickcheck))
|
||||
(arguments
|
||||
`(#:cabal-revision ("2"
|
||||
"0cz3zzz9k490w9nfn4hpgdw4zx4w70fwqrwsfx8svcwqssqibqw3")))
|
||||
`(#:cabal-revision ("4"
|
||||
"1lc32d5nxk0ry1pfn3ss55hi4cv6qj5nkkdn3j4y3lrdwyv7kbw2")))
|
||||
(home-page "https://github.com/emilypi/base64")
|
||||
(synopsis "A modern RFC 4648-compliant Base64 library")
|
||||
(synopsis "Modern RFC 4648-compliant Base64 library")
|
||||
(description
|
||||
"RFC 4648-compliant Base64 with an eye towards performance and modernity
|
||||
(additional support for RFC 7049 standards)")
|
||||
|
|
Loading…
Reference in a new issue