guix-commits
[Top][All Lists]
Advanced

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

09/16: gnu: libogg: Update to 1.3.4.


From: guix-commits
Subject: 09/16: gnu: libogg: Update to 1.3.4.
Date: Tue, 8 Oct 2019 15:24:55 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 3572b3904feb4162855fba9f974cc58a236038ba
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 8 20:34:31 2019 +0200

    gnu: libogg: Update to 1.3.4.
    
    * gnu/packages/xiph.scm (libogg): Update to 1.3.4.
---
 gnu/packages/xiph.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm
index bac6ac0..e40e8e4 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -58,14 +58,14 @@
 (define libogg
   (package
    (name "libogg")
-   (version "1.3.3")
+   (version "1.3.4")
    (source (origin
             (method url-fetch)
             (uri (string-append 
"https://downloads.xiph.org/releases/ogg/libogg-";
                                 version ".tar.xz"))
             (sha256
              (base32
-              "022wjlzn8fx7mfby4pcgyjwx8zir7jr7cizichh3jgaki8bwcgsg"))))
+              "1zlk33vxvxr0l9lhkbhkdwvylw96d2n0fnd3d8dl031hph9bqqy1"))))
    (build-system gnu-build-system)
    (synopsis "Library for manipulating the ogg multimedia format")
    (description



reply via email to

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