me
/
guix
Archived
1
0
Fork 0

gnu: hashlink: Update to 1.14

Change-Id: I1fe593cc03675cce81f70efb2576ff7bcd374187
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Vasilii Smirnov 2024-04-28 09:27:45 +02:00 committed by Maxim Cournoyer
parent 2205660ce2
commit 4c81c1f734
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,7 @@ includes the compiler and library manager.")
(define-public hashlink (define-public hashlink
(package (package
(name "hashlink") (name "hashlink")
(version "1.12") (version "1.14")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -205,7 +205,7 @@ includes the compiler and library manager.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0i5f1mxpgjcdirx60kxrw0r0y15qh3j16a6fj8mzkq3k7j2hc982")) (base32 "163kj2fww8a1hp93aklla181sp84hrsl8dy5rwrv79057bmkjz5d"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -233,7 +233,7 @@ includes the compiler and library manager.")
(lambda _ (lambda _
(substitute* "Makefile" (substitute* "Makefile"
(("\\$\\{PCRE\\}") "") (("\\$\\{PCRE\\}") "")
(("-lpthread") "-lpthread -lpcre16") (("-lpthread") "-lpthread -lpcre2-16")
(("include/minimp3") (("include/minimp3")
(string-append #$(this-package-input "minimp3") "/include")) (string-append #$(this-package-input "minimp3") "/include"))
(("include/mikktspace ") (("include/mikktspace ")
@ -260,7 +260,7 @@ includes the compiler and library manager.")
mikktspace mikktspace
minimp3 minimp3
openal openal
pcre pcre2
sdl2 sdl2
sqlite sqlite
zlib)) zlib))