guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libsndfile: Update source file hash.


From: guix-commits
Subject: 01/02: gnu: libsndfile: Update source file hash.
Date: Fri, 9 Oct 2020 07:33:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 64c20b05c861576e94a35a7232de2e3b8fe5c355
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 9 13:30:40 2020 +0200

    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.
---
 gnu/packages/pulseaudio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index d1c188f..2fb636b 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



reply via email to

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