[PATCH] gnu: obs: Update to 26.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200929062153.22857-1-mike@rohleder.de
* gnu/packages/video.scm (obs): Update to 26.0.0.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0f727a6e9e..24854e04c4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2995,7 +2995,7 @@ be used for realtime video capture via Linux-specific APIs.")
(define-public obs
(package
(name "obs")
- (version "25.0.8")
+ (version "26.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3004,7 +3004,7 @@ be used for realtime video capture via Linux-specific APIs.")
(file-name (git-file-name name version))
(sha256
(base32
- "0j2k65q3wfyfxhvkl6icz4qy0s3kfqhksizy2i3ah7yml266axbj"))))
+ "09y57b3c88szl3wyx3cxq8jrm3pfnyg2n25hxl1ynkq3rgaavdq2"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no test suite
--
2.28.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43691-done@debbugs.gnu.org)
20200929090741.GN1386@E5400
Looks good. Patch pushed!


--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9y+VkACgkQQarn3Mo9
g1Fp1RAAiN0ExBrI1N4WMqFRQT3mOEsinyp9GyOHrEIeNjB9589BW16mBRc+mn0U
nNwT61Yjib8EQfIUOI7LnJCAlmCfz558YHwkbj9HJMBndTTjJBt4s1BfhWV5wWrI
ntE42hvTs2pvNJH2xT2BvhJORbkIVEUv2jp7SkwHpoZKaQAZaCBrzAw2YDkY6L3I
pwur06fRpzeCbO2WDPqxmzYQu4MAWdroEg1s5qL5QmxC6DmpEYSWu5haitW9icUj
OeWjEIUNjlokgcxcFtV7DYeETs6Tfc/0mCTkF7S2k+GdQKSzSm0kny5kIY5hy7OU
ozyz9sFnKJeDzS5GQD6OaoCnzVYt+s/3GeckEUp2PK0Mp3XA2ppwDgcLOg3PHCeF
B21VjRO8KkiXEzYr/u3c4cNF+DPtEtwJ2mE2Sy1/etHhWurM2IXjRAWgqDzWjafn
8zMrpHNYZaZC4DXrqd5hAnpREYDRDtfeuT33JziTdpFpJUcCJsGudh8FVdnGIS/d
0J572OC0tfUv3PWRh+g4etBM49axyTX7XysyIt2r9b0HhDWpLZWoLBAQPjg6heTg
yD8E2xL3wb5XFrwl43hrgMK6ftdqsM5qLwlwmRwfel2NE4GTZFQchYNHpUlY4Yly
wKfuPtd66CiLZ4QFzvVTE7Bs7Byakci12lI/L2dxU7jFog18+Vk=
=axOx
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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