GNU bug report logs -
#56523
[PATCH] gnu: gaupol: Update to 1.11.
Previous Next
Reported by: Nikolay Korotkiy <sikmir <at> disroot.org>
Date: Tue, 12 Jul 2022 21:00:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/video.scm (gaupol): Update to 1.11.
---
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 40c31cdaec..f46d453105 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4921,7 +4921,7 @@ (define-public wlstream
(define-public gaupol
(package
(name "gaupol")
- (version "1.9")
+ (version "1.11")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4930,7 +4930,7 @@ (define-public gaupol
(file-name (git-file-name name version))
(sha256
(base32
- "1mmjg8nwhif2hmmp8i11643izwzdf839brqdai3ksfg0qkh8rnxk"))))
+ "01qbhhycmy26b2mw2jlri321k478jhp7y0jzlcv87iaq05qr4pc8"))))
(build-system python-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
--
2.36.1
This bug report was last modified 2 years and 326 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.