gnu: screen: Update to 4.9.1.
* gnu/packages/screen.scm (screen): Update to 4.9.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
403eb02dda
commit
c91c53e0b5
|
@ -43,14 +43,14 @@
|
||||||
(define-public screen
|
(define-public screen
|
||||||
(package
|
(package
|
||||||
(name "screen")
|
(name "screen")
|
||||||
(version "4.9.0")
|
(version "4.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/screen/screen-"
|
(uri (string-append "mirror://gnu/screen/screen-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(patches (search-patches "screen-hurd-path-max.patch"))
|
(patches (search-patches "screen-hurd-path-max.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x1hqy4h47i7hk85f779lkwkm7gkq8h8mxwd0znkh5adpf0m4czr"))))
|
(base32 "0sdc0ms6qxm4gbx0caw7pwghj5aw1h8syvxdhkac0w95qkiz7ki6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake texinfo))
|
(list autoconf automake texinfo))
|
||||||
|
|
Reference in New Issue