[PATCH] gnu: obs: Update to 29.0.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)
20230325055551.26661-1-atai@atai.org
* gnu/packages/video.scm (obs): Update to 29.0.2
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 73d0c1ca54..2559634c29 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3405,7 +3405,7 @@ (define-public v4l-utils
(define-public obs
(package
(name "obs")
- (version "29.0.0")
+ (version "29.0.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3415,7 +3415,7 @@ (define-public obs
(file-name (git-file-name name version))
(sha256
(base32
- "15nvvlpryvlbf76918jvygg1985glz38cndfgnc2c0009vdb9qbk"))
+ "1ijn19wy52fa7ahr29v1rzvh6j0qr7i5xl129m6s9c644f7i51ac"))
(patches
(search-patches "obs-modules-location.patch"))))
(build-system cmake-build-system)

base-commit: 5174820753be045ba4fc7cc93da33f4e0b730bc3
prerequisite-patch-id: 88a340e0d72bd9cd0531b3441c54210b443c4318
prerequisite-patch-id: d4916c6e8f9390690cb3bd9cfd3d82443e8dd9f4
prerequisite-patch-id: 36d0f07a218ad948b4d3eff96baa45e361896f92
--
2.39.2
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
87o7oenpsh.fsf@cbaines.net
Andy Tai via Guix-patches <guix-patches@gnu.org> writes:

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

Thanks Andy, I've pushed this to the master branch as
28cca50a045eb8bcda6ca9ba1e64623fc40c01ae.

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

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQhvq5fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XdIQA/+N0wvXjXYwOyd2LqjQ3xjpbdLqb/QSPqN
aVabZZHnUulWF26QBvNoaNndF9vS9RDFF08mIvkRBtCQo9wxKBM5WpmXAdxgqpz7
akySKcain5pbJmEvYAY7wmbIPh+CGhGI+ejakpseE1gLx43MCd++bfgFpOn5h5F6
ZZW4pWIKMV3CLX1yWwFUapxnkngod0OYFt8BlS/h5v3PB5vcBkKbSQqcIPUptwXb
9a8gRY8P+KHTtpoDCwweWgdoGZg2Idnh17XQTfDUD2ntdJxRKvS8G1YiU89PEAnS
WA+vtdUoNS/fI6YrVeXA5UeHY53l2ILzf147G7vbc7+mxDrRpV73oZD1qmGJTwEN
hljUvQnwtZX77QPMlxvZUxLd6SmolmE0MEOokcPTqQoeZ8rS2B3A5gFFsvDnCUur
MocWnh13Pdzi8z7p+Zvc6kqRkmlNiBjP1R9Yz8ACn0El4i3WWcbrp+phgMWzbjc9
cFEyZpzwmNHlfLqryah8qDeqMTzhX5DoTc3h4dr8OlBE0PTWQL99m8jHYQqmRsY4
pujuuHliEzcBZDyQVaXfkeZlUJLvs2K/ACH4Ta16e6kws9wx8MJ43eXQdYaSU6VG
p9eOdq/07k2Pn/prv4KrvpBQjZhP6cEUX4kgGiRPSCUf13Zf3/Os3/74WiJ1PXnY
bteLNwYOWKc=
=SWgA
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

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