gnu: rhythmbox: Don't use NAME in source URI.
* gnu/packages/gnome.scm (rhythmbox)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									d748843312
								
							
						
					
					
						commit
						2588693df1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -5034,9 +5034,9 @@ which can read a large number of file formats.") | |||
|    (version "3.4.3") | ||||
|    (source (origin | ||||
|             (method url-fetch) | ||||
|             (uri (string-append "mirror://gnome/sources/" name "/" | ||||
|             (uri (string-append "mirror://gnome/sources/rhythmbox/" | ||||
|                                 (version-major+minor version) "/" | ||||
|                                 name "-" version ".tar.xz")) | ||||
|                                 "rhythmbox-" version ".tar.xz")) | ||||
|             (sha256 | ||||
|              (base32 | ||||
|               "1yx3n7p9vmv23jsv98fxwq95n78awdxqm8idhyhxx2d6vk4w1hgx")))) | ||||
|  |  | |||
		Reference in a new issue