mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-tls-session-manager: Update to 0.0.3.
* gnu/packages/haskell-web.scm (ghc-tls-session-manager): Update to 0.0.3.
This commit is contained in:
parent
b5b6d7ea62
commit
f9c6af6516
1 changed files with 2 additions and 2 deletions
|
@ -590,7 +590,7 @@ based WAI (Web Application Interface in Haskell).")
|
||||||
(define-public ghc-tls-session-manager
|
(define-public ghc-tls-session-manager
|
||||||
(package
|
(package
|
||||||
(name "ghc-tls-session-manager")
|
(name "ghc-tls-session-manager")
|
||||||
(version "0.0.0.2")
|
(version "0.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -600,7 +600,7 @@ based WAI (Web Application Interface in Haskell).")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rvmln545vghsx8zhxp44f0f6pzma8cylarmfhhysy55ipywr1n5"))))
|
"0k57flqp2b4bipafiyfipnqmdqv04ky39yr4s4s9sx577zz2j2yi"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-auto-update" ,ghc-auto-update)
|
`(("ghc-auto-update" ,ghc-auto-update)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue