mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-hacking: Update to 5.0.0.
* gnu/packages/openstack.scm (python-hacking): Update to 5.0.0. [propagated-inputs]: Remove python-flake8-3.8; add python-flake8. [native-inputs]: Remove python-dnspython, python-mock, and python-monotonic.
This commit is contained in:
parent
9144a7809a
commit
17b8f3d259
1 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com>
|
||||
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2015, 2016, 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016, 2017, 2019, 2021 Clément Lassieur <clement@lassieur.org>
|
||||
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org>
|
||||
|
@ -138,26 +138,23 @@ (define-public python-debtcollector
|
|||
(define-public python-hacking
|
||||
(package
|
||||
(name "python-hacking")
|
||||
(version "4.1.0")
|
||||
(version "5.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "hacking" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fg19rlcky3n1y1ri61xyjp7534yzf8r102z9dw3zqg93f4kj20m"))))
|
||||
"09p0avmz914asszvdknc46n43bl070f369wmjmppl51zmw4b4ddb"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-flake8-3.8))
|
||||
(propagated-inputs
|
||||
(list python-flake8))
|
||||
(native-inputs
|
||||
(list ;; Tests
|
||||
python-coverage
|
||||
python-ddt
|
||||
python-dnspython
|
||||
python-fixtures
|
||||
python-eventlet
|
||||
python-mock
|
||||
python-monotonic
|
||||
python-fixtures
|
||||
python-subunit
|
||||
python-stestr
|
||||
python-testscenarios
|
||||
|
|
Loading…
Reference in a new issue