summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-19 17:52:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-19 20:03:56 +0200
commit0fa01ccd34c198427ef1556ebc65cc23c499ff96 (patch)
tree2edc71812963fe8e12ec9cac0e6130652975ab93
parente48c12a3bbbecf83542924f8ec45a0b04d3982d2 (diff)
downloadguix-0fa01ccd34c198427ef1556ebc65cc23c499ff96.tar.gz
gnu: tslib: Update to 1.22.
* gnu/packages/video.scm (tslib): Update to 1.22.
-rw-r--r--gnu/packages/video.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 350b6e7a4b..2333536f82 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -565,7 +565,7 @@ other software.")
 (define-public tslib
   (package
     (name "tslib")
-    (version "1.21")
+    (version "1.22")
     (source
      (origin
        (method git-fetch)
@@ -575,13 +575,12 @@ other software.")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ph51vpfp92rpa2vs6wkz1b1pcs3z334p1i33sprsi8mjlwvkbzc"))))
+        (base32 "197p6vy539wvfrv23agbvmay4rjya1jnisi46llm0nx4cvqh48by"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "tests"
        #:configure-flags
-       (list
-        "--with-sdl2")))
+       (list "--with-sdl2")))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)