unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49237] [PATCH staging] gnu: libogg: Update to 1.3.5.
@ 2021-06-27  4:20 Matthew James Kraai
  2021-06-27  4:27 ` Matthew James Kraai
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew James Kraai @ 2021-06-27  4:20 UTC (permalink / raw)
  To: 49237; +Cc: Matthew James Kraai

* gnu/packages/xiph.scm (libogg): Update to 1.3.5.
---
 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 8ed0e518a7..2013132b2b 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -61,14 +61,14 @@
 (define libogg
   (package
    (name "libogg")
-   (version "1.3.4")
+   (version "1.3.5")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://downloads.xiph.org/releases/ogg/libogg-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1zlk33vxvxr0l9lhkbhkdwvylw96d2n0fnd3d8dl031hph9bqqy1"))))
+              "01b7050bghdvbxvw0gzv588fn4a27zh42ljpwzm4vrf8dziipnf4"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags '("--disable-static")))
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-13 13:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-27  4:20 [bug#49237] [PATCH staging] gnu: libogg: Update to 1.3.5 Matthew James Kraai
2021-06-27  4:27 ` Matthew James Kraai
2021-07-13 13:02   ` bug#49237: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).