[PATCH] gnu: openshot: Update to 3.1.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230412041924.21590-1-atai@atai.org
* 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(-)

Toggle diff (66 lines)
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
Ludovic Courtès wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 62785-done@debbugs.gnu.org)
87v8hl4m20.fsf@gnu.org
Hi,

Andy Tai <atai@atai.org> skribis:

Toggle quote (4 lines)
> * 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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62785@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62785
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help