diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-17 19:11:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-18 06:15:02 +0200 |
commit | 90d537f833a1ce89878146665b668a9927626579 (patch) | |
tree | 6e9c0af1c2a7cedf69f56cb1b5271e55d6f02b0b /gnu | |
parent | b37fa81d9bc9793f99ca0e90ba05f49960099cd9 (diff) |
gnu: gaupol: Update to 1.6.
* gnu/packages/video.scm (gaupol): Update to 1.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 760c057ac0..643a40ed77 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3488,7 +3488,7 @@ video from a Wayland session.") (define-public gaupol (package (name "gaupol") - (version "1.5") + (version "1.6") (source (origin (method git-fetch) (uri (git-reference @@ -3497,7 +3497,7 @@ video from a Wayland session.") (file-name (git-file-name name version)) (sha256 (base32 - "0dk44fmcs86ymfxfbpdbrr4x5nn5hnv57wkqjyw61g779xjhlrd2")))) + "164wlxxjiqvkzbqjzvqvz2zkn0kgqmhn52294xx4vc9b9ngdnn0m")))) (build-system python-build-system) (native-inputs `(("gettext" ,gettext-minimal) |