unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62785] [PATCH] gnu: openshot: Update to 3.1.0
@ 2023-04-12  4:19 Andy Tai
  2023-04-24 10:22 ` bug#62785: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-04-12  4:19 UTC (permalink / raw)
  To: 62785; +Cc: Andy Tai

* gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.1
* gnu/packages/video.scm (libopenshot): Update to 0.3.1
                         (openshot): Update to 3.1.0
---
 gnu/packages/audio.scm | 4 ++--
 gnu/packages/video.scm | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 76dbcfe60d..b630b5bbf0 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5255,7 +5255,7 @@ (define-public libfreeaptx
 (define-public libopenshot-audio
   (package
     (name "libopenshot-audio")
-    (version "0.3.0")
+    (version "0.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5264,7 +5264,7 @@ (define-public libopenshot-audio
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1y3apyn71ysks88bv71knjvk832imnbpbb8mgib3q9b8pvdmjw3g"))))
+                "164ibsp5g162cyjgpa0ap35h75igmfnmhxmwkkk1fvm1cpbf1jgj"))))
     (build-system cmake-build-system)
     (inputs
      (list alsa-lib
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2559634c29..db79bb0ee1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4793,7 +4793,7 @@ (define-public vidstab
 (define-public libopenshot
   (package
     (name "libopenshot")
-    (version "0.3.0")
+    (version "0.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4802,7 +4802,7 @@ (define-public libopenshot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0q2899hbaqwh1gxyl9x84l116g82glk0wmr3r1xvfwb107m3mvx9"))
+                "10s76x4hwm4ccxdy8cv1nks028hldjmx25yy42fnjc4vscy7yd8a"))
               (modules '((guix build utils)))
               (snippet '(begin
                           ;; Allow overriding of the python installation dir
@@ -4857,7 +4857,7 @@ (define-public libopenshot
 (define-public openshot
   (package
     (name "openshot")
-    (version "3.0.0")
+    (version "3.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4866,7 +4866,7 @@ (define-public openshot
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1az59whx9sga6m8m2c3ndfls5h07r0jn4jipnyxckpxl32vpd147"))
+                "1m1mq8kws00mwijx8j5gqharkw63jqyywbnzsswgcxlhmsyv3k4v"))
        (modules '((guix build utils)))
        (snippet
         '(begin

base-commit: 52d373dfef7ddd93c67bd615e74057af90c189ac
-- 
2.39.2





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

* bug#62785: [PATCH] gnu: openshot: Update to 3.1.0
  2023-04-12  4:19 [bug#62785] [PATCH] gnu: openshot: Update to 3.1.0 Andy Tai
@ 2023-04-24 10:22 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-04-24 10:22 UTC (permalink / raw)
  To: Andy Tai; +Cc: 62785-done

Hi,

Andy Tai <atai@atai.org> skribis:

> * gnu/packages/audio.scm (libopenshot-audio): Update to 0.3.1
> * gnu/packages/video.scm (libopenshot): Update to 0.3.1
>                          (openshot): Update to 3.1.0

(No need for extra space on the third line above.)

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2023-04-24 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-12  4:19 [bug#62785] [PATCH] gnu: openshot: Update to 3.1.0 Andy Tai
2023-04-24 10:22 ` bug#62785: " Ludovic Courtès

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).