gnu: lndir: Update to 1.0.4.
* gnu/packages/xorg.scm (lndir): Update to 1.0.4.
This commit is contained in:
parent
f95bf8436a
commit
9ab7d9567d
1 changed files with 3 additions and 3 deletions
|
@ -192,15 +192,15 @@ autotools system.")
|
||||||
(define-public lndir
|
(define-public lndir
|
||||||
(package
|
(package
|
||||||
(name "lndir")
|
(name "lndir")
|
||||||
(version "1.0.3")
|
(version "1.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://xorg/individual/util/"
|
"mirror://xorg/individual/util/"
|
||||||
"lndir-" version ".tar.bz2"))
|
"lndir-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pdngiy8zdhsiqx2am75yfcl36l7kd7d7nl0rss8shcdvsqgmx29"))))
|
"11syg5hx3f7m1d2p7zw717lryk819h6wk8h4vmapfdxvsflkfd1y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Reference in a new issue