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:
Efraim Flashner 2023-11-15 12:42:39 +02:00
parent 4c46dc9a4a
commit 8448e0befa
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)")