[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: libsndfile: Update to 1.0.28.
From: |
Thomas Danckaert |
Subject: |
01/01: gnu: libsndfile: Update to 1.0.28. |
Date: |
Mon, 3 Apr 2017 15:55:48 -0400 (EDT) |
thomasd pushed a commit to branch staging
in repository guix.
commit 3cd959a4293b991bf74e5c5aa45a5dd6b3e0d378
Author: Thomas Danckaert <address@hidden>
Date: Mon Apr 3 10:59:16 2017 +0200
gnu: libsndfile: Update to 1.0.28.
* gnu/packages/pulseaudio.scm (libsndfile): Update to 1.0.28.
---
gnu/packages/pulseaudio.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index a12f8d8..16c77f1 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <address@hidden>
;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017 Thomas Danckaert <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -42,14 +43,14 @@
(define-public libsndfile
(package
(name "libsndfile")
- (version "1.0.27")
+ (version "1.0.28")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.mega-nerd.com/libsndfile/files/libsndfile-"
version ".tar.gz"))
(sha256
(base32
- "1h7s61nhf7vklh9sdsbbqzb6x287q4x4j1jc5gmjragl4wprb4d3"))))
+ "1afzm7jx34jhqn32clc5xghyjglccam2728yxlx37yj2y0lkkwqz"))))
(build-system gnu-build-system)
(inputs
`(("libvorbis" ,libvorbis)