gnu: python-stevedore: Update to 1.10.0.
* gnu/packages/openstack.scm (python-stevedore): Update to 1.10.0.
This commit is contained in:
		
							parent
							
								
									622d21bba9
								
							
						
					
					
						commit
						45f4c28d80
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -307,14 +307,14 @@ portions of your testing code.") | ||||||
| (define-public python-stevedore | (define-public python-stevedore | ||||||
|   (package |   (package | ||||||
|     (name "python-stevedore") |     (name "python-stevedore") | ||||||
|     (version "1.9.0") |     (version "1.10.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "stevedore" version)) |        (uri (pypi-uri "stevedore" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|          (base32 |          (base32 | ||||||
|           "01pcrdqsb6ca7hmqwm11b3baj6ml8yz9pxawrgvxb3j9824906fc")))) |           "17vpffcnk56sj86d2n3vz5bprcc9bswilgd0awnm7jp073pqkmpm")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|       `(("python-six" ,python-six))) |       `(("python-six" ,python-six))) | ||||||
|  |  | ||||||
		Reference in a new issue