diff options
| author | zimoun <zimon.toutoune@gmail.com> | 2020-09-15 16:03:43 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-21 23:12:45 +0200 |
| commit | 74cb33c22818b25d1b9c6d576352fc8249832d34 (patch) | |
| tree | cc7bc01f23ad90faa009738b1fd241be08f303d5 /gnu | |
| parent | 9b65281de51bcb56714509524f5ae0731c9b96d0 (diff) | |
gnu: gdsl: Replace 'url-fetch' by 'git-fetch'.
Fixes <https://debbugs.gnu.org/25913>.
* gnu/packages/datastructures.scm (gdsl)[source]: Replace 'url-fetch' by
'git-fetch'.
[home-page]: Update.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/datastructures.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm index 3203f916082..cd4126b22d3 100644 --- a/gnu/packages/datastructures.scm +++ b/gnu/packages/datastructures.scm | |||
| @@ -37,14 +37,16 @@ | |||
| 37 | (name "gdsl") | 37 | (name "gdsl") |
| 38 | (version "1.8") | 38 | (version "1.8") |
| 39 | (source (origin | 39 | (source (origin |
| 40 | (method url-fetch) | 40 | (method git-fetch) |
| 41 | (uri (string-append "http://download.gna.org/gdsl/" | 41 | (uri (git-reference |
| 42 | "gdsl-" version ".tar.gz")) | 42 | (url "https://example.org") ;only hosted on Software Heritage |
| 43 | (commit "6adb53be8b8f9f2e4bbfc92d357eedeefb4c7430"))) | ||
| 44 | (file-name (git-file-name name version)) | ||
| 43 | (sha256 | 45 | (sha256 |
| 44 | (base32 | 46 | (base32 |
| 45 | "1v64jvlnj8jfpphphgjgb36p0kv50kwfyqncf0y12f16v8ydyiaw")))) | 47 | "0a52g12d9sf9hhcyvwfd7xdazj2a9i9jh97cnlqf2ymvwnvjk1g0")))) |
| 46 | (build-system gnu-build-system) | 48 | (build-system gnu-build-system) |
| 47 | (home-page "http://home.gna.org/gdsl/") | 49 | (home-page "https://web.archive.org/web/20170502005430/http://home.gna.org/gdsl/") |
| 48 | (synopsis "Generic data structures library") | 50 | (synopsis "Generic data structures library") |
| 49 | (description "The Generic Data Structures Library (GDSL) is a collection | 51 | (description "The Generic Data Structures Library (GDSL) is a collection |
| 50 | of routines for generic data structures manipulation. It is a re-entrant | 52 | of routines for generic data structures manipulation. It is a re-entrant |
