gnu: sfarklib: Don't use unstable tarball.
* gnu/packages/compression.scm (sfarklib)[source]: Download using git-fetch.
This commit is contained in:
		
							parent
							
								
									609ba8d116
								
							
						
					
					
						commit
						d40362f425
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
					@ -650,13 +650,14 @@ This package is mostly for compatibility and historical interest.")
 | 
				
			||||||
    (name "sfarklib")
 | 
					    (name "sfarklib")
 | 
				
			||||||
    (version "2.24")
 | 
					    (version "2.24")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/raboof/sfArkLib/archive/"
 | 
					              (uri (git-reference
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                     (url "https://github.com/raboof/sfArkLib.git")
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					                     (commit version)))
 | 
				
			||||||
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0bzs2d98rk1xw9qwpnc7gmlbxwmwc3dg1rpn310afy9pq1k9clzi"))))
 | 
					                "0jrxy24gak7q5ml06p5jjgzk9i5r2mkfjk4ycirkp4kg7k5a237w"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f ;no "check" target
 | 
					     `(#:tests? #f ;no "check" target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue