diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-04-24 09:52:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-04-24 09:53:23 +0200 |
commit | d4bd876267d334e54f88429362464268961174c0 (patch) | |
tree | b6e0557aa63057fe43cddd9c30621750dbf93dc0 /gnu/packages/scheme.scm | |
parent | d5a48184d11763bc40bc4347a9b0368193982489 (diff) | |
download | patches-d4bd876267d334e54f88429362464268961174c0.tar patches-d4bd876267d334e54f88429362464268961174c0.tar.gz |
gnu: hop: Update hash of source tarball, which was modified in place.
Fixes <https://bugs.gnu.org/30804>.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.
* gnu/packages/scheme.scm (hop)[source]: Update sha256.
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r-- | gnu/packages/scheme.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index c9e1a15255..daa46f7101 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 <ludo@gnu.org> +;;; Copyright © 2013, 2014, 2015, 2016, 2018 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> ;;; Copyright © 2015, 2016 Federico Beffa <beffa@fbengineering.ch> ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> @@ -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" |