gnu: entr: Update to 3.6.
Suggested by Matthew O'N.S Jordan <matthewjordannm@gmail.com>. * gnu/packages/entr.scm (entr): Update to 3.6.
This commit is contained in:
parent
7a62263ee5
commit
6fb0dd3495
|
@ -26,14 +26,14 @@
|
||||||
(define-public entr
|
(define-public entr
|
||||||
(package
|
(package
|
||||||
(name "entr")
|
(name "entr")
|
||||||
(version "3.5")
|
(version "3.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://entrproject.org/code/entr-"
|
(uri (string-append "http://entrproject.org/code/entr-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05k4jyjna0pr2dalwc1l1dhrcyk6pw7hbss7jl4ykwfadcs5br73"))))
|
"1sy81np6kgmq04kfn2ckf4fp7jcf5d1963shgmapx3al3kc4c9x4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in New Issue