me
/
guix
Archived
1
0
Fork 0

gnu: gaupol: Update to 1.12.

* gnu/packages/video.scm (gaupol): Update to 1.12.
master
Ricardo Wurmus 2023-05-24 23:58:00 +02:00
parent 86f853c4a3
commit 495d2b3960
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
;;; Copyright © 2015-2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015, 2016 Andy Patterson <ajpatter@uwaterloo.ca>
;;; Copyright © 2015, 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2018, 2019, 2020, 2021, 2023 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
@ -5050,7 +5050,7 @@ video from a Wayland session.")
(define-public gaupol
(package
(name "gaupol")
(version "1.11")
(version "1.12")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5059,7 +5059,7 @@ video from a Wayland session.")
(file-name (git-file-name name version))
(sha256
(base32
"01qbhhycmy26b2mw2jlri321k478jhp7y0jzlcv87iaq05qr4pc8"))))
"1z9j3r9pm4rdynlmhgsgnwnnaqw5274yfy4kyillgd77msnpbhaw"))))
(build-system pyproject-build-system)
(native-inputs
(list gettext-minimal pkg-config))