gnu: python-pylast: Update to 1.9.0.
* gnu/packages/python.scm (python-pylast): Update to 1.9.0.
This commit is contained in:
		
							parent
							
								
									3592a57255
								
							
						
					
					
						commit
						4ecab114fd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2180,13 +2180,13 @@ detailed track info including timbre, pitch, rhythm and loudness information.
 | 
				
			||||||
(define-public python-pylast
 | 
					(define-public python-pylast
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-pylast")
 | 
					    (name "python-pylast")
 | 
				
			||||||
    (version "1.6.0")
 | 
					    (version "1.9.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (pypi-uri "pylast" version))
 | 
					              (uri (pypi-uri "pylast" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0bml11gfkxqd3i2jxkn5k2xllc4rvxjcyhs8an05gcyy1zp2bwvb"))))
 | 
					                "190c6sicc80v21wbbwbq771nqmxw4r6aqmxs22ndj177rc2l275f"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:tests? #f)) ; FIXME: Requires unpackaged python-flaky.
 | 
					     '(#:tests? #f)) ; FIXME: Requires unpackaged python-flaky.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue