guix_mirror_bot pushed a commit to branch haskell-team
in repository guix.

commit e4c1c17ab7ee11bd836eefca1b84bd9a8f046d90
Author: Saku Laesvuori <[email protected]>
AuthorDate: Wed Jan 7 17:41:52 2026 +0200

    gnu: ghc-curve25519: Update to 0.2.8.1.
    
    * gnu/packages/haskell-crypto.scm (ghc-curve25519): Update to 0.2.8.1.
    
    Change-Id: Iff88678a59fdd289f04efaac1dc92216f9b74c53
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/haskell-crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 8163bfa4e0..8c276dad5a 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -299,13 +299,13 @@ generators, and more.")
 (define-public ghc-curve25519
   (package
   (name "ghc-curve25519")
-  (version "0.2.7")
+  (version "0.2.8.1")
   (source
    (origin
      (method url-fetch)
      (uri (hackage-uri "curve25519" version))
      (sha256
-      (base32 "1p8b1lppkvc19974hr43lcqdi4nj55j2nf7gsnp8dn7gyf23aayq"))))
+      (base32 "0p2rxad477cxbpxryvp78v8nrrf5gm35106jbqrj5cjgksappkdj"))))
   (build-system haskell-build-system)
   (native-inputs
    (list ghc-hunit

Reply via email to