[PATCH] gnu: kdenlive: Update to 23.04.2

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
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)
405de3055100e5b121ce6fdb0d0278d83844a34c.1687497498.git.atai@atai.org
* gnu/packages/kde.scm (kdenlive): Update to 23.04.2
---
gnu/packages/kde.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 28b4ce1ee0..5e8e69487e 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -221,7 +221,7 @@ (define-public akregator
(define-public kdenlive
(package
(name "kdenlive")
- (version "22.12.3")
+ (version "23.04.2")
(source
(origin
(method git-fetch)
@@ -230,7 +230,7 @@ (define-public kdenlive
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0n7ca6c4nqr9z8ix70qjxw0rivh3hgqd187k4k8vp812yb49qrin"))))
+ (base32 "0dgrgnnq38nphfzbapr7dkb21lv4idqynxqmzv9x3maijmp1jjfr"))))
(build-system qt-build-system)
(arguments
;; XXX: there is a single test that spawns other tests and

base-commit: dcca13ed7340f17a33a4c0907c13b64d5da66a8e
--
2.40.1
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
87jzvqsgq7.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * gnu/packages/kde.scm (kdenlive): Update to 23.04.2
> ---
> gnu/packages/kde.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
fd851660db35f4fd14cb3a132391ca30cbc99f79.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSZXVBfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XdpSA/+IfO13L+YYPnSHvfqLp96+T+3aIcTxIR/
mPUXU51SrqROYovBNCfmamtwCA3d4+DjjDA0gupjqj+u7AGaCFwaQQvBD/AGZr6H
YJRKHlnke8Q3ivwoZl9UQ2arjc4c+RjGgiIULAk2a5kbzmQzw6xuaKQjw25vg4WS
DqhBAzNXx4Ng+FrGmWJYRdUU/QbnFjhMDoVVkDqJuNpBjGqFUktQaN6ka8eEsmXg
MnvWIRVM4e55ph4iD5KQkeVy/I5SiYgtDkCwDTUwamy+ob0LZPIoxv8ETwgK05Nm
FZwsA4k27XMZk1R0Ym1jAquMqZ0MRZoT47wi0S2+CZ4feCA9jXhjZIiCTk4OULok
HLHYuF7FtwLh5RPIpRtdATl8Jj3r3i6971yVqHTBk+uzfGqCOp80gV7W9LMhnZu6
0LyH4MelQsBuU2kKCgzxLawqFQAk8RaC0Fer7b/ROuQ7iiU4G2b4iDjDNtEK+dgQ
dbIaCFn+NcQMWhP/act7KNkBu2P5/aLob1Dzrn64fRDONfDah9EUeCur7tyZx6Ep
I1Wi1GyRI7f8HkIj5cyFila1vmIj3hIMPLdxxRW//xlxe/I5KpkZDzg3Rcs515cE
/Olo5SnLQYRzscsN2AqzWYrz71M32o1e1azMaxDfxiUNwx2VQEpXUOEDXY/ktf4I
fo3Ba3wL6Rc=
=Ttfv
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 64241
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