gnu: sqlcipher: Don't use autogenerated tarball.
* gnu/packages/databases.scm (sqlcipher)[source]: Download using git-fetch.
This commit is contained in:
		
							parent
							
								
									41b0d72f43
								
							
						
					
					
						commit
						2fc7e345aa
					
				
					 1 changed files with 7 additions and 6 deletions
				
			
		|  | @ -3043,12 +3043,13 @@ with relational data.") | |||
|     (version "3.4.2") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (string-append "https://github.com/sqlcipher/" name | ||||
|                            "/archive/v" version ".tar.gz")) | ||||
|        (method git-fetch) | ||||
|        (uri (git-reference | ||||
|              (url "https://github.com/sqlcipher/sqlcipher") | ||||
|              (commit (string-append "v" version)))) | ||||
|        (sha256 | ||||
|         (base32 "1nxarwbci8jx99f1d0y1ivxcv25s78l1p7q6qy28lkpkcx8pm2b9")) | ||||
|        (file-name (string-append name "-" version ".tar.gz")))) | ||||
|         (base32 "168wb6fvyap7y8j86fb3xl5rd4wmhiq0dxvx9wxwi5kwm1j4vn1a")) | ||||
|        (file-name (git-file-name name version)))) | ||||
|     (build-system gnu-build-system) | ||||
|     (inputs | ||||
|      `(("libcrypto" ,openssl) | ||||
|  |  | |||
		Reference in a new issue