* [PATCH] gnu: libogg: Update to 1.3.2.
@ 2014-07-16 15:15 Jason Self
2014-07-17 16:41 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Jason Self @ 2014-07-16 15:15 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 59 bytes --]
* gnu/packages/xiph.scm (libogg): Update to version 1.3.2.
[-- Attachment #2: 0001-gnu-libogg-Update-to-1.3.2.patch --]
[-- Type: application/octet-stream, Size: 1162 bytes --]
From 46b30545d7a1565b30ae75ceddee8be7713a3e17 Mon Sep 17 00:00:00 2001
From: Jason Self <j@jxself.org>
Date: Wed, 16 Jul 2014 08:13:26 -0700
Subject: [PATCH 1/1] gnu: libogg: Update to 1.3.2.
* gnu/packages/xiph.scm (libogg): Update to version 1.3.2.
Signed-off-by: Jason Self <j@jxself.org>
---
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 550cc61..8259be3 100644
--- a/gnu/packages/xiph.scm
+++ b/gnu/packages/xiph.scm
@@ -49,14 +49,14 @@
(define libogg
(package
(name "libogg")
- (version "1.3.0")
+ (version "1.3.2")
(source (origin
(method url-fetch)
(uri (string-append "http://downloads.xiph.org/releases/ogg/libogg-"
version ".tar.xz"))
(sha256
(base32
- "0jy79ffkl34vycnwfsj4svqsdg1lwy2l1rr49y8r4d44kh12a5r3"))))
+ "16z74q422jmprhyvy7c9x909li8cqzmvzyr8cgbm52xcsp6pqs1z"))))
(build-system gnu-build-system)
(synopsis "libogg, a library for manipulating the ogg multimedia format")
(description
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: libogg: Update to 1.3.2.
2014-07-16 15:15 [PATCH] gnu: libogg: Update to 1.3.2 Jason Self
@ 2014-07-17 16:41 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2014-07-17 16:41 UTC (permalink / raw)
To: Jason Self; +Cc: guix-devel
"Jason Self" <jason@bluehome.net> skribis:
> From 46b30545d7a1565b30ae75ceddee8be7713a3e17 Mon Sep 17 00:00:00 2001
> From: Jason Self <j@jxself.org>
> Date: Wed, 16 Jul 2014 08:13:26 -0700
> Subject: [PATCH 1/1] gnu: libogg: Update to 1.3.2.
>
> * gnu/packages/xiph.scm (libogg): Update to version 1.3.2.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-17 16:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 15:15 [PATCH] gnu: libogg: Update to 1.3.2 Jason Self
2014-07-17 16:41 ` Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.