gnu: python-rst.linker: Update to 1.11.
* gnu/packages/python-xyz.scm (python-rst.linker): Update to 1.11.
This commit is contained in:
		
							parent
							
								
									d45b92891a
								
							
						
					
					
						commit
						d37e8e5390
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -3000,14 +3000,13 @@ receive files via the SCP1 protocol, as implemented by the OpenSSH
 | 
			
		|||
(define-public python-rst.linker
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-rst.linker")
 | 
			
		||||
    (version "1.10")
 | 
			
		||||
    (version "1.11")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (pypi-uri "rst.linker" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0iqaacp7pj1s8avs4kc0qg0r7dscywaq37y6l9j14glqdikk0wdj"))))
 | 
			
		||||
        (base32 "0pqsfqqx8h0pq21k8l3k62kznrgaj2ala93c64s4d9rpbr4mgkd2"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     `(("python-dateutil" ,python-dateutil)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue