gnu: gource: Fix the hashes of mutated GitHub archives.
* gnu/packages/version-control.scm (gource): Fix hash.
This commit is contained in:
		
							parent
							
								
									0646461a8c
								
							
						
					
					
						commit
						45b486984d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1755,8 +1755,8 @@ network protocols, and core version control algorithms.")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
                    "https://github.com/acaudwell/Gource/archive/"
 | 
					                    "https://github.com/acaudwell/Gource/releases/download"
 | 
				
			||||||
                    "gource-" version ".tar.gz"))
 | 
					                    "/gource-" version "/gource-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1llqwdnfa1pff8bxk27qsqff1fcg0a9kfdib0rn7p28vl21n1cgj"))))
 | 
					                "1llqwdnfa1pff8bxk27qsqff1fcg0a9kfdib0rn7p28vl21n1cgj"))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue