gnu: python-serpent: Update to 1.28.
* gnu/packages/python-xyz.scm (python-serpent): Update to 1.28. [native-inputs]: Add python-attrs & python-pytz.
This commit is contained in:
		
							parent
							
								
									441e6d936f
								
							
						
					
					
						commit
						fa9d14ac50
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -615,15 +615,17 @@ version identifier.")
 | 
				
			||||||
(define-public python-serpent
 | 
					(define-public python-serpent
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-serpent")
 | 
					    (name "python-serpent")
 | 
				
			||||||
    (version "1.27")
 | 
					    (version "1.28")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "serpent" version))
 | 
					       (uri (pypi-uri "serpent" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "1arnckykpkvv2qrp49l1k7q5mr5pisswl0rvdx98x8wsl1n361pk"))))
 | 
				
			||||||
         "04p9dsrm5pv8vhk3flvih55kgvlzpi38hlaykdiakddmgwqw93bg"))))
 | 
					 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("python-attrs" ,python-attrs)
 | 
				
			||||||
 | 
					       ("python-pytz" ,python-pytz)))
 | 
				
			||||||
    (home-page "https://github.com/irmen/Serpent")
 | 
					    (home-page "https://github.com/irmen/Serpent")
 | 
				
			||||||
    (synopsis "Serializer for literal Python expressions")
 | 
					    (synopsis "Serializer for literal Python expressions")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue