guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: hop: Update hash of source tarball, which was modified in pl


From: Ludovic Courtès
Subject: 02/02: gnu: hop: Update hash of source tarball, which was modified in place.
Date: Tue, 24 Apr 2018 03:53:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d4bd876267d334e54f88429362464268961174c0
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 24 09:52:24 2018 +0200

    gnu: hop: Update hash of source tarball, which was modified in place.
    
    Fixes <https://bugs.gnu.org/30804>.
    Reported by Tobias Geerinckx-Rice <address@hidden>.
    
    * gnu/packages/scheme.scm (hop)[source]: Update sha256.
---
 gnu/packages/scheme.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index c9e1a15..daa46f7 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
 ;;; Copyright © 2015, 2016 Federico Beffa <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
@@ -300,7 +300,7 @@ Scheme and C programs and between Scheme and Java 
programs.")
                                  version ".tar.gz"))
              (sha256
               (base32
-               "09m7pahjsp7wxzd20cdph9j3mgf2nq5dyckcjljcd40m25v85kks"))))
+               "0bvq79vxcpgwydwi923cxb5w9isx2x8r3d0xndbdhacmmsw1m811"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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