gnu: lollypop: Update to 0.9.521.
* gnu/packages/gnome.scm (lollypop)[version]: Update to 0.9.521. [source]: Change the URL, as the project has moved on gitlab.gnome.org. Update the uri and sha256. [home-page]: Change to wiki.gnome.org as the previous URL 404's.
This commit is contained in:
		
							parent
							
								
									dcf16c12cf
								
							
						
					
					
						commit
						b98eace814
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -7034,16 +7034,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.306")
 | 
					    (version "0.9.521")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://gitlab.gnome.org/gnumdk/lollypop/uploads/"
 | 
					       (uri (string-append "https://gitlab.gnome.org/World/lollypop/uploads/"
 | 
				
			||||||
                           "b769805b7063ef9807e4e832e7e87ad2/"
 | 
					                           "e4df2ed75c5ed71d64afcc668e579b2a/"
 | 
				
			||||||
                           name "-" version ".tar.xz"))
 | 
					                           name "-" version ".tar.xz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0c49v6793bywvh295xbii9yq21hh3qpmxwbgp9i71kj6r9grvhan"))))
 | 
					         "0knsqh24siyw98vmiq6b1hzq4y4cazs9f1hq1js9c96hqqj9rvdx"))))
 | 
				
			||||||
    (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)
 | 
				
			||||||
| 
						 | 
					@ -7086,7 +7086,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
 | 
				
			||||||
       ;; the others are required to play streaming.
 | 
					       ;; the others are required to play streaming.
 | 
				
			||||||
       ("gst-plugins-good" ,gst-plugins-good)
 | 
					       ("gst-plugins-good" ,gst-plugins-good)
 | 
				
			||||||
       ("gst-plugins-ugly" ,gst-plugins-ugly)))
 | 
					       ("gst-plugins-ugly" ,gst-plugins-ugly)))
 | 
				
			||||||
    (home-page "https://gnumdk.github.io/lollypop-web")
 | 
					    (home-page "https://wiki.gnome.org/Apps/Lollypop")
 | 
				
			||||||
    (synopsis "GNOME music playing application")
 | 
					    (synopsis "GNOME music playing application")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "Lollypop is a music player designed to play well with GNOME desktop.
 | 
					     "Lollypop is a music player designed to play well with GNOME desktop.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue