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.
This commit is contained in:
		
							parent
							
								
									466ccb9b7a
								
							
						
					
					
						commit
						ddb8852a9b
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -13670,16 +13670,15 @@ way.") | ||||||
| (define-public python-munkres | (define-public python-munkres | ||||||
|   (package |   (package | ||||||
|     (name "python-munkres") |     (name "python-munkres") | ||||||
|     (version "1.0.8") |     (version "1.1.4") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (pypi-uri "munkres" version)) |               (uri (pypi-uri "munkres" version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0mbspx4zv8id4x6pim6ybsa1xh96qwpbqj7skbqz4c9c9nf1lpqq")))) |                 "00yvj8bxmhhhhd74v7j0x673is7vizmxwgb3dd5xmnkr74ybyi7w")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (arguments |     (native-inputs `(("python-pytest" ,python-pytest-6))) | ||||||
|      '(#:tests? #f)) ; no test suite |  | ||||||
|     (home-page "https://software.clapper.org/munkres/") |     (home-page "https://software.clapper.org/munkres/") | ||||||
|     (synopsis "Implementation of the Munkres algorithm") |     (synopsis "Implementation of the Munkres algorithm") | ||||||
|     (description "The Munkres module provides an implementation of the Munkres |     (description "The Munkres module provides an implementation of the Munkres | ||||||
|  |  | ||||||
		Reference in a new issue