[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: python-hacking: Update to 4.1.0.
From: |
guix-commits |
Subject: |
12/12: gnu: python-hacking: Update to 4.1.0. |
Date: |
Thu, 6 May 2021 13:16:07 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit dd52cb9725bd527b7d831903734b09185837b01b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu May 6 16:42:44 2021 +0200
gnu: python-hacking: Update to 4.1.0.
* gnu/packages/openstack.scm (python-hacking): Update to 4.1.0.
---
gnu/packages/openstack.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 99e17d8..6e36d29 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -140,14 +140,14 @@ manner.")
(define-public python-hacking
(package
(name "python-hacking")
- (version "4.0.0")
+ (version "4.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hacking" version))
(sha256
(base32
- "062rvbkvbavqqz55f7q00ikwipkn5j0rdls1rrajdbfwgckjcrsm"))))
+ "0fg19rlcky3n1y1ri61xyjp7534yzf8r102z9dw3zqg93f4kj20m"))))
(build-system python-build-system)
(propagated-inputs
`(("python-flake8" ,python-flake8-3.8)))
- branch master updated (ce7b202 -> dd52cb9), guix-commits, 2021/05/06
- 01/12: gnu: gunicorn: Respect '--without-tests'., guix-commits, 2021/05/06
- 02/12: gnu: gunicorn: Remove unneeded runtime dependencies., guix-commits, 2021/05/06
- 03/12: gnu: gunicorn: Update to 2.1.0., guix-commits, 2021/05/06
- 06/12: gnu: python-django: Update to 3.2.2., guix-commits, 2021/05/06
- 05/12: gnu: Remove python-pykka., guix-commits, 2021/05/06
- 08/12: gnu: python-flake8: Do not use the 'bootstrap' pytest., guix-commits, 2021/05/06
- 07/12: gnu: python-django@2.2: Update to 2.2.22., guix-commits, 2021/05/06
- 12/12: gnu: python-hacking: Update to 4.1.0.,
guix-commits <=
- 04/12: gnu: python-dnspython: Update to 2.1.0., guix-commits, 2021/05/06
- 10/12: gnu: python-flake8: Update to 3.9.1., guix-commits, 2021/05/06
- 09/12: gnu: python-flake8: Do not delete and recreate check phase., guix-commits, 2021/05/06
- 11/12: gnu: python-hacking: Fix build failure., guix-commits, 2021/05/06