guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: tslib: Update to 1.22.


From: guix-commits
Subject: 05/05: gnu: tslib: Update to 1.22.
Date: Wed, 19 Aug 2020 14:13:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0fa01ccd34c198427ef1556ebc65cc23c499ff96
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 19 17:52:09 2020 +0200

    gnu: tslib: Update to 1.22.
    
    * gnu/packages/video.scm (tslib): Update to 1.22.
---
 gnu/packages/video.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 350b6e7..2333536 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]