diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-09 13:30:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-09 13:33:16 +0200 |
commit | 64c20b05c861576e94a35a7232de2e3b8fe5c355 (patch) | |
tree | 7a9111543923924d9925113cc49c68c233af8a37 /gnu/packages | |
parent | 29a2eb36ff85eb75eeb907aa687fbb655b5f1097 (diff) | |
download | guix-64c20b05c861576e94a35a7232de2e3b8fe5c355.tar.gz guix-64c20b05c861576e94a35a7232de2e3b8fe5c355.zip |
gnu: libsndfile: Update source file hash.
The tarball was modified in-place to fix ‘incorrect line endings’[0].
Unfortunately, it does more, such as re-bootstrapping with autotools
1.16.2 instead of the previous 1.16.1.
A basic visual inspection of the differences did not find anything out
of order.
[0]: https://github.com/libsndfile/libsndfile/releases/tag/v1.0.30
* gnu/packages/pulseaudio.scm (libsndfile)[source]: Update hash.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/pulseaudio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm index d1c188fdfd..2fb636bca6 100644 --- a/gnu/packages/pulseaudio.scm +++ b/gnu/packages/pulseaudio.scm @@ -118,7 +118,7 @@ for reading and writing new sound file formats.") "/libsndfile-" version ".tar.bz2")) (sha256 (base32 - "0gsbg8ni496h55mx2p9999fk0xvbsjyz6v678a0l75b5fqs8d2gc")) + "06k1wj3lwm7vf21s8yqy51k6nrkn9z610bj1gxb618ag5hq77wlx")) (modules '((ice-9 textual-ports) (guix build utils))) (snippet '(begin |