diff options
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 9befa64a162..55fc4f88502 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -148,7 +148,7 @@ | |||
| 148 | (source (origin | 148 | (source (origin |
| 149 | (method git-fetch) | 149 | (method git-fetch) |
| 150 | (uri (git-reference | 150 | (uri (git-reference |
| 151 | (url "https://github.com/4store/4store.git") | 151 | (url "https://github.com/4store/4store") |
| 152 | (commit (string-append "v" version)))) | 152 | (commit (string-append "v" version)))) |
| 153 | (file-name (git-file-name name version)) | 153 | (file-name (git-file-name name version)) |
| 154 | (sha256 | 154 | (sha256 |
| @@ -1433,7 +1433,7 @@ which uses SQL to describe changes.") | |||
| 1433 | (source (origin | 1433 | (source (origin |
| 1434 | (method git-fetch) | 1434 | (method git-fetch) |
| 1435 | (uri (git-reference | 1435 | (uri (git-reference |
| 1436 | (url "https://github.com/coffeeandscripts/sqlcrush.git") | 1436 | (url "https://github.com/coffeeandscripts/sqlcrush") |
| 1437 | (commit commit))) | 1437 | (commit commit))) |
| 1438 | (file-name (git-file-name name version)) | 1438 | (file-name (git-file-name name version)) |
| 1439 | (sha256 | 1439 | (sha256 |
| @@ -2192,7 +2192,7 @@ virtual address space — not physical RAM.") | |||
| 2192 | (origin | 2192 | (origin |
| 2193 | (method git-fetch) | 2193 | (method git-fetch) |
| 2194 | (uri (git-reference | 2194 | (uri (git-reference |
| 2195 | (url "https://github.com/drycpp/lmdbxx.git") | 2195 | (url "https://github.com/drycpp/lmdbxx") |
| 2196 | (commit version))) | 2196 | (commit version))) |
| 2197 | (file-name (git-file-name name version)) | 2197 | (file-name (git-file-name name version)) |
| 2198 | (sha256 | 2198 | (sha256 |
| @@ -2421,7 +2421,7 @@ for ODBC.") | |||
| 2421 | (origin | 2421 | (origin |
| 2422 | (method git-fetch) | 2422 | (method git-fetch) |
| 2423 | (uri (git-reference | 2423 | (uri (git-reference |
| 2424 | (url "https://github.com/brianb/mdbtools.git") | 2424 | (url "https://github.com/brianb/mdbtools") |
| 2425 | (commit version))) | 2425 | (commit version))) |
| 2426 | (file-name (git-file-name name version)) | 2426 | (file-name (git-file-name name version)) |
| 2427 | (sha256 | 2427 | (sha256 |
| @@ -3157,7 +3157,7 @@ transforms idiomatic python function calls to well-formed SQL queries.") | |||
| 3157 | (source | 3157 | (source |
| 3158 | (origin (method git-fetch) | 3158 | (origin (method git-fetch) |
| 3159 | (uri (git-reference | 3159 | (uri (git-reference |
| 3160 | (url "https://github.com/kayak/pypika.git") | 3160 | (url "https://github.com/kayak/pypika") |
| 3161 | (commit (string-append "v" version)))) | 3161 | (commit (string-append "v" version)))) |
| 3162 | (file-name (git-file-name name version)) | 3162 | (file-name (git-file-name name version)) |
| 3163 | (sha256 | 3163 | (sha256 |
