[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: python-munkres: Update to 1.1.4.
From: |
guix-commits |
Subject: |
11/13: gnu: python-munkres: Update to 1.1.4. |
Date: |
Sat, 4 Sep 2021 09:07:49 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit ddb8852a9beab231e2bbf4e51f8f62a644ff6ad0
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Sep 3 10:54:18 2021 +0200
gnu: python-munkres: Update to 1.1.4.
* gnu/packages/python-xyz.scm (python-munkres) [version]: Update to 1.1.4.
[arguments]: Re-enable test suite.
[native-inputs]: Add pytest.
---
gnu/packages/python-xyz.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 12adafa..3bb75bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13670,16 +13670,15 @@ way.")
(define-public python-munkres
(package
(name "python-munkres")
- (version "1.0.8")
+ (version "1.1.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "munkres" version))
(sha256
(base32
- "0mbspx4zv8id4x6pim6ybsa1xh96qwpbqj7skbqz4c9c9nf1lpqq"))))
+ "00yvj8bxmhhhhd74v7j0x673is7vizmxwgb3dd5xmnkr74ybyi7w"))))
(build-system python-build-system)
- (arguments
- '(#:tests? #f)) ; no test suite
+ (native-inputs `(("python-pytest" ,python-pytest-6)))
(home-page "https://software.clapper.org/munkres/")
(synopsis "Implementation of the Munkres algorithm")
(description "The Munkres module provides an implementation of the Munkres
- 03/13: gnu: python-mediafile: Update to 0.7.0., (continued)
- 03/13: gnu: python-mediafile: Update to 0.7.0., guix-commits, 2021/09/04
- 05/13: gnu: beets-bandcamp: Update to 0.1.4., guix-commits, 2021/09/04
- 04/13: gnu: python-discogs-client: Update to 2.3.12., guix-commits, 2021/09/04
- 09/13: gnu: python-mutagen: Update home-page., guix-commits, 2021/09/04
- 12/13: gnu: python-jellyfish: Update to 0.8.8., guix-commits, 2021/09/04
- 10/13: gnu: python-musicbrainzngs: Update to 0.7.1., guix-commits, 2021/09/04
- 07/13: gnu: python-pylast: Update to 4.2.1., guix-commits, 2021/09/04
- 13/13: gnu: python-rarfile: Update to 4.0., guix-commits, 2021/09/04
- 08/13: gnu: python-mpd2: Update to 3.0.4., guix-commits, 2021/09/04
- 06/13: gnu: beets: Update to 1.5.0., guix-commits, 2021/09/04
- 11/13: gnu: python-munkres: Update to 1.1.4.,
guix-commits <=
- 02/13: gnu: python-pyacoustid: Update to 1.2.2., guix-commits, 2021/09/04