gnu: sqlite: Fix source URL.
* gnu/packages/databases.scm (sqlite)[source]: Change "/2017" to "/2018".master
parent
e58bf025df
commit
cff07bde98
|
@ -1004,7 +1004,7 @@ for example from a shell script.")
|
|||
(map (cut string-pad <> 2 #\0)
|
||||
other-digits))
|
||||
6 #\0))))))
|
||||
(string-append "https://sqlite.org/2017/sqlite-autoconf-"
|
||||
(string-append "https://sqlite.org/2018/sqlite-autoconf-"
|
||||
numeric-version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Reference in New Issue