gnu: python-zope-interface: Update to 4.6.0.
* gnu/packages/python-web.scm (python-zope-interface): Update to 4.6.0.
This commit is contained in:
		
							parent
							
								
									e6d782621a
								
							
						
					
					
						commit
						8142eadd40
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -897,14 +897,14 @@ dispatching systems can be built.") | ||||||
| (define-public python-zope-interface | (define-public python-zope-interface | ||||||
|   (package |   (package | ||||||
|     (name "python-zope-interface") |     (name "python-zope-interface") | ||||||
|     (version "4.1.3") |     (version "4.6.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "zope.interface" version)) |        (uri (pypi-uri "zope.interface" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0ks8h73b2g4bkad821qbv0wzjppdrwys33i7ka45ik3wxjg1l8if")))) |          "1rgh2x3rcl9r0v0499kf78xy86rnmanajf4ywmqb943wpk50sg8v")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("python-zope-event" ,python-zope-event))) |      `(("python-zope-event" ,python-zope-event))) | ||||||
|  |  | ||||||
		Reference in a new issue