summary refs log tree commit diff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-01-31 12:08:22 +0200
committerEfraim Flashner <efraim@flashner.co.il>2023-01-31 12:08:22 +0200
commit9ab7d9567d97f64e71cb68fdd6eab6d77f405df4 (patch)
tree90ce588581eee823dc4c4f37d6fae39be9f3c8fa /gnu/packages/xorg.scm
parentf95bf8436ae4bd5eb45077d8d8f04126184aefc2 (diff)
downloadguix-9ab7d9567d97f64e71cb68fdd6eab6d77f405df4.tar.gz
gnu: lndir: Update to 1.0.4.
* gnu/packages/xorg.scm (lndir): Update to 1.0.4.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e2bef99741..8df128cbbc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -192,15 +192,15 @@ autotools system.")
 (define-public lndir
   (package
     (name "lndir")
-    (version "1.0.3")
+    (version "1.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "mirror://xorg/individual/util/"
-                    "lndir-" version ".tar.bz2"))
+                    "lndir-" version ".tar.xz"))
               (sha256
                (base32
-                "0pdngiy8zdhsiqx2am75yfcl36l7kd7d7nl0rss8shcdvsqgmx29"))))
+                "11syg5hx3f7m1d2p7zw717lryk819h6wk8h4vmapfdxvsflkfd1y"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))