guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.
commit dfd8b343208b209f634bcf59cdd0fc91d9b96152
Author: Saku Laesvuori <[email protected]>
AuthorDate: Sat Oct 18 15:44:11 2025 +0300
gnu: ghc-irc-core: Update to version 2.13
* gnu/packages/haskell-xyz.scm (ghc-irc-core): Update to version 2.13.
Change-Id: I45d4eefc0547352283e68835ea3f39e837eb15ed
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 64a846ab7b..73b6bf085a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6406,13 +6406,13 @@ instances for conversion to and from JSON .ipynb
files.")
(define-public ghc-irc-core
(package
(name "ghc-irc-core")
- (version "2.11")
+ (version "2.13")
(source
(origin
(method url-fetch)
(uri (hackage-uri "irc-core" version))
(sha256
- (base32 "13jkfb30kynqd55c2slxjg98lr076rn1ymsxniwp0bssjzizgnfc"))))
+ (base32 "0z95cl8pg6zhzmz642bzgxc0525645whvxbmz6h1i8g1mll3i6kx"))))
(build-system haskell-build-system)
(native-inputs
(list ghc-hunit))