1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 05:00:29 +02:00

gnu: marisa: Switch to git-fetch.

* gnu/packages/datastructures.scm (marisa)[source]: Switch to git-fetch.

Change-Id: Iad3dc18c1d31a578ac86bd3298bb1c421c8c7f7e
This commit is contained in:
Zheng Junjie
2025-03-22 19:19:05 +08:00
parent 2bd83fad27
commit 4ea0782511

View File

@@ -121,11 +121,13 @@ and heaps.")
(version "0.2.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/s-yata/marisa-trie/files/"
"4832504/marisa-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/s-yata/marisa-trie")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1pk6wmi28pa8srb4szybrwfn71jldb61c5vgxsiayxcyg1ya4qqh"))))
(base32 "1hy8hfksizk1af6kg8z3b9waiz6d5ggd73fiqcvmhfgra36dscyq"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool))