gnu: sparql-query: Don't use unstable tarball.
* gnu/packages/databases.scm (sparql-query)[source]: Download using git-fetch.
This commit is contained in:
		
							parent
							
								
									096a0527a1
								
							
						
					
					
						commit
						ce64b9d136
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		| 
						 | 
					@ -1233,12 +1233,13 @@ data in a single database.  RocksDB is partially based on @code{LevelDB}.")
 | 
				
			||||||
    (name "sparql-query")
 | 
					    (name "sparql-query")
 | 
				
			||||||
    (version "1.1")
 | 
					    (version "1.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/tialaramex/"
 | 
					              (uri (git-reference
 | 
				
			||||||
                                  name "/archive/" version ".tar.gz"))
 | 
					                     (url "https://github.com/tialaramex/sparql-query")
 | 
				
			||||||
 | 
					                     (commit version)))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32 "0yq3k20472rv8npcc420q9ab6idy584g5y0q501d360k5q0ggr8w"))
 | 
					               (base32 "0a84a89idpjhj9w2y3fmvzv7ldps1cva1kxvfmh897k02kaniwxk"))
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))))
 | 
					              (file-name (git-file-name name version))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("readline" ,readline)
 | 
					     `(("readline" ,readline)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue