gnu: Update lollypop to 1.1.3.1.
* gnu/packages/gnome.scm (lollypop): Update to 1.1.3.1. [inputs]: Add python-pil.
This commit is contained in:
		
							parent
							
								
									079c93e1c1
								
							
						
					
					
						commit
						d029afdd2d
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -7594,16 +7594,16 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
 | 
				
			||||||
(define-public lollypop
 | 
					(define-public lollypop
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "lollypop")
 | 
					    (name "lollypop")
 | 
				
			||||||
    (version "0.9.521")
 | 
					    (version "1.1.3.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://gitlab.gnome.org/World/lollypop/uploads/"
 | 
					       (uri (string-append "https://gitlab.gnome.org/World/lollypop/uploads/"
 | 
				
			||||||
                           "e4df2ed75c5ed71d64afcc668e579b2a/"
 | 
					                           "5a7cd7c72b6d83ae08d0c54c4691f9df/"
 | 
				
			||||||
                           name "-" version ".tar.xz"))
 | 
					                           name "-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0knsqh24siyw98vmiq6b1hzq4y4cazs9f1hq1js9c96hqqj9rvdx"))))
 | 
					         "1r5wn0bja9psz6nr1rcaysdkkwz84rbyzpdfw66cxa6wiy52pkjm"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:imported-modules ((guix build python-build-system)
 | 
					     `(#:imported-modules ((guix build python-build-system)
 | 
				
			||||||
| 
						 | 
					@ -7636,6 +7636,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
 | 
				
			||||||
       ("python" ,python)
 | 
					       ("python" ,python)
 | 
				
			||||||
       ("python-beautifulsoup4" ,python-beautifulsoup4)
 | 
					       ("python-beautifulsoup4" ,python-beautifulsoup4)
 | 
				
			||||||
       ("python-gst" ,python-gst)
 | 
					       ("python-gst" ,python-gst)
 | 
				
			||||||
 | 
					       ("python-pil" ,python-pillow)
 | 
				
			||||||
       ("python-pycairo" ,python-pycairo)
 | 
					       ("python-pycairo" ,python-pycairo)
 | 
				
			||||||
       ("python-pygobject" ,python-pygobject)
 | 
					       ("python-pygobject" ,python-pygobject)
 | 
				
			||||||
       ("python-pylast" ,python-pylast)
 | 
					       ("python-pylast" ,python-pylast)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue