diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-03-06 12:51:55 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-03-07 09:57:20 +0800 |
commit | b3585d9bda3f2518ceff6db257acad2173eb0a4b (patch) | |
tree | 515eda440f44efb5c738e63a492fa61fae89dbb4 /gnu | |
parent | 60a0886d722c86a882fe1d1e1914547d2a160ffb (diff) | |
download | patches-b3585d9bda3f2518ceff6db257acad2173eb0a4b.tar patches-b3585d9bda3f2518ceff6db257acad2173eb0a4b.tar.gz |
gnu: orc: Update to 0.4.25.
* gnu/packages/gstreamer.scm (orc): Update to 0.4.25.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gstreamer.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 45dded1a6e..5b348b17f2 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2014 John Darrington <jmd@gnu.org> -;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com> +;;; Copyright © 2015, 2016 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> ;;; ;;; This file is part of GNU Guix. @@ -61,14 +61,14 @@ (define-public orc (package (name "orc") - (version "0.4.24") + (version "0.4.25") (source (origin (method url-fetch) (uri (string-append "https://gstreamer.freedesktop.org/data/src/" "orc/orc-" version ".tar.xz")) (sha256 (base32 - "16ykgdrgxr6pfpy931p979cs68klvwmk3ii1k0a00wr4nn9x931k")))) + "1lak3hyvvb0w9avzmf0a8vayb7vqhj4m709q1czlhvgjb15dbcf1")))) (build-system gnu-build-system) (arguments `(#:phases (alist-cons-before |