guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ghc-cryptohash-sha256: Update cabal revision


From: guix-commits
Subject: branch master updated: gnu: ghc-cryptohash-sha256: Update cabal revision metadata.
Date: Sat, 15 Oct 2022 18:06:13 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3a84b4ec4c gnu: ghc-cryptohash-sha256: Update cabal revision metadata.
3a84b4ec4c is described below

commit 3a84b4ec4cec1d122cb454da9d4f6a747a51e49a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Oct 16 00:06:03 2022 +0200

    gnu: ghc-cryptohash-sha256: Update cabal revision metadata.
    
    Before this commit, the .cabal metadata file referred to the previous 
version,
    but was not noticed because it had no incompatible changes, and was 404
    upstream (thus falling back to cache) until recently a new metadata revision
    was made for 0.11.102.1.
    
      
https://hackage.haskell.org/package/cryptohash-sha256-0.11.102.1/revisions/
    
    This is a follow-up to commit 54f4502e459cf39512e30cbed4fac17c0aabe79d, 
which
    should have reset #:cabal-revision to 0 and changed the hash.
    
    * gnu/packages/haskell-crypto.scm (ghc-cryptohash-sha256)[arguments]: Update
     #:cabal-revision hash.
---
 gnu/packages/haskell-crypto.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 422e00035b..6ddb459138 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -260,7 +260,7 @@ the C implementation.")
     (build-system haskell-build-system)
     (arguments
      `(#:cabal-revision
-       ("1" "0v5ppc7r2lxbk49h1kwj4b5vyb1dw2fnppykvp5m9rm0p3vhlykr")
+       ("1" "1hyzqv30rpj920ddnr0zypyjjlh52vyp2d140pn2byayj820rkgs")
        #:tests? #f)) ; TODO: tasty ==1.1.*
     (native-inputs
      (list ghc-base16-bytestring ghc-sha ghc-tasty ghc-tasty-hunit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]