me
/
guix
Archived
1
0
Fork 0

gnu: python-miniboa: Update to 1.0.8.

* gnu/packages/python-xyz.scm (python-miniboa): Update to 1.0.8.
master
Arun Isaac 2021-06-18 16:54:33 +05:30
parent ba575ee814
commit bccf2a9e25
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Marius Bakke <marius@gnu.org> ;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Marius Bakke <marius@gnu.org>
;;; Copyright © 2016, 2017, 2021 Stefan Reichör <stefan@xsteve.at> ;;; Copyright © 2016, 2017, 2021 Stefan Reichör <stefan@xsteve.at>
;;; Copyright © 2016, 2017, 2019 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2016, 2017, 2019 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2016, 2017, 2018, 2021 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2016, 2017, 2018, 2020, 2021 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2016, 2017, 2018, 2020, 2021 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 20162021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20162021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
@ -2818,14 +2818,14 @@ matching them against a list of media-ranges.")
(define-public python-miniboa (define-public python-miniboa
(package (package
(name "python-miniboa") (name "python-miniboa")
(version "1.0.7") (version "1.0.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "miniboa" version)) (uri (pypi-uri "miniboa" version))
(sha256 (sha256
(base32 (base32
"09jh3pn4rh7kh7jayanf8jzy6gp03791b5a193w6148cf3i6k9m3")))) "002c1aki9hsrwj5plrwdrf3sk8rn95fqylqyjx2arrjfpsih4dgs"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/shmup/miniboa") (home-page "https://github.com/shmup/miniboa")
(synopsis "Simple, single-threaded Telnet server") (synopsis "Simple, single-threaded Telnet server")