gnu: glib-networking: Don't use NAME in source URI.
* gnu/packages/gnome.scm (glib-networking)[source]: Hard-code NAME.
This commit is contained in:
		
							parent
							
								
									a916215597
								
							
						
					
					
						commit
						fb8fe1e8d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2629,7 +2629,7 @@ library.")
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://gnome/sources/glib-networking/"
 | 
					              (uri (string-append "mirror://gnome/sources/glib-networking/"
 | 
				
			||||||
                                  (version-major+minor version) "/"
 | 
					                                  (version-major+minor version) "/"
 | 
				
			||||||
                                  name "-" version ".tar.xz"))
 | 
					                                  "glib-networking-" version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0s006gs9nsq6mg31spqha1jffzmp6qjh10y27h0fxf1iw1ah5ymx"))
 | 
					                "0s006gs9nsq6mg31spqha1jffzmp6qjh10y27h0fxf1iw1ah5ymx"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue