gnu: pelican: Update to 4.7.1.
* gnu/packages/python-xyz.scm (pelican): Update to 4.7.1.
This commit is contained in:
		
							parent
							
								
									b55cd95260
								
							
						
					
					
						commit
						33e62872bb
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -5221,14 +5221,13 @@ interested parties to subscribe to events, or \"signals\".")
 | 
				
			||||||
(define-public pelican
 | 
					(define-public pelican
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "pelican")
 | 
					    (name "pelican")
 | 
				
			||||||
    (version "4.7.0")
 | 
					    (version "4.7.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "pelican" version))
 | 
					       (uri (pypi-uri "pelican" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "1sfckd3fhgnj305002fi3fdhkynric1ck7a5i8qany7k3vdsbasv"))))
 | 
				
			||||||
         "0g1sbzlz5mfc70gwgnj3lz4kf4psdjl96n6ywklv8z817m1khxdd"))))
 | 
					 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list python-blinker
 | 
					     (list python-blinker
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue