GNU bug report logs - #51124
[PATCH] gnu: shotcut: Update to 21.09.20.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Mon, 11 Oct 2021 00:03:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vinicius Monego <monego <at> posteo.net>
Subject: bug#51124: closed (Re: [bug#51124] [PATCH] gnu: shotcut: Update
 to 21.09.20.)
Date: Tue, 12 Oct 2021 15:15:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#51124: [PATCH] gnu: shotcut: Update to 21.09.20.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 51124 <at> debbugs.gnu.org.

-- 
51124: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51124
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 51124-done <at> debbugs.gnu.org
Subject: Re: [bug#51124] [PATCH] gnu: shotcut: Update to 21.09.20.
Date: Tue, 12 Oct 2021 11:13:57 -0400
On Mon, Oct 11, 2021 at 12:01:52AM +0000, Vinicius Monego wrote:
> * gnu/packages/video.scm (shotcut): Update to 21.09.20.

Thanks! Pushed as 9b3c24276a34c21a82d4b51f13c4bfca5f2cae4d

[Message part 3 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: shotcut: Update to 21.09.20.
Date: Mon, 11 Oct 2021 00:01:52 +0000
* gnu/packages/video.scm (shotcut): Update to 21.09.20.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 3733b93415..fcac369f60 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4723,7 +4723,7 @@ transitions, and effects and then export your film to many common formats.")
 (define-public shotcut
   (package
     (name "shotcut")
-    (version "21.09.13")
+    (version "21.09.20")
     (source
      (origin
        (method git-fetch)
@@ -4732,7 +4732,7 @@ transitions, and effects and then export your film to many common formats.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dwf9kbx52zdjm3m8sp7dxmlnz3v1lhyaw1kaw8imnjpdbyx30p1"))))
+        (base32 "1y46n5gmlayfl46l0vhg5g5dbbc0sg909mxb68sia0clkaas8xrh"))))
     (build-system qt-build-system)
     (arguments
      `(#:tests? #f ;there are no tests
-- 
2.30.2




This bug report was last modified 3 years and 314 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.