gnu: byobu: Update to 5.133.

* gnu/packages/screen.scm (byobu): Update to 5.133.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-02 04:17:24 +02:00
parent f1a4ce2821
commit 482b8cb555
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -5,7 +5,7 @@
;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com> ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -104,7 +104,7 @@ controlling terminal and attach to it later.")
(define-public byobu (define-public byobu
(package (package
(name "byobu") (name "byobu")
(version "5.127") (version "5.133")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -112,8 +112,7 @@ controlling terminal and attach to it later.")
version "/+download/byobu_" version "/+download/byobu_"
version ".orig.tar.gz")) version ".orig.tar.gz"))
(sha256 (sha256
(base32 (base32 "0qvmmdnvwqbgbhn5c8asmrmjhclcl029py2d2zvmd7h5ij7s93jd"))
"0fznlj454vgxgzfw3avmvvjpawggs66da5l8k6v0lnzzd75wgbsb"))
(patches (search-patches "byobu-writable-status.patch")))) (patches (search-patches "byobu-writable-status.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs