me
/
guix
Archived
1
0
Fork 0

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
Andy Tai 2023-08-17 22:41:59 -07:00 committed by 宋文武
parent 403eb02dda
commit c91c53e0b5
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -43,14 +43,14 @@
(define-public screen
(package
(name "screen")
(version "4.9.0")
(version "4.9.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/screen/screen-"
version ".tar.gz"))
(patches (search-patches "screen-hurd-path-max.patch"))
(sha256
(base32 "1x1hqy4h47i7hk85f779lkwkm7gkq8h8mxwd0znkh5adpf0m4czr"))))
(base32 "0sdc0ms6qxm4gbx0caw7pwghj5aw1h8syvxdhkac0w95qkiz7ki6"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake texinfo))