Package updated
This commit is contained in:
parent
71da66e0f1
commit
729a5bd5b8
17
gd-tools.scm
17
gd-tools.scm
|
@ -54,6 +54,7 @@
|
|||
(license
|
||||
(list license:boost1.0))))
|
||||
|
||||
;;FIXME Cpr should be packaged properly
|
||||
(define-public libcpr
|
||||
(package
|
||||
(name "cpr")
|
||||
|
@ -99,12 +100,10 @@
|
|||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
(git-reference
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/xieamoe/rdricpp.git")
|
||||
(commit "26b4b518d6")))
|
||||
(sha256
|
||||
(base32 "0c62g68gp0ya2v9rfszrm7mxsn0anj53sfcvwav88gbws6hxriih"))))
|
||||
(sha256 (base32 "0c62g68gp0ya2v9rfszrm7mxsn0anj53sfcvwav88gbws6hxriih"))))
|
||||
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
@ -132,8 +131,14 @@
|
|||
(package
|
||||
(name "gd-tools")
|
||||
(version "1.5")
|
||||
(source (local-file "." "guile-checkout"
|
||||
#:recursive? #t))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/xieamoe/gd-tools-plus.git")
|
||||
(commit "71da66e0f1")))
|
||||
(sha256 (base32 "0nys30qy5930004j7xnipxbn9d9k4xgbv7lzcdkrm9mapjzryh95"))))
|
||||
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
( list #:cmake cmake
|
||||
|
|
Loading…
Reference in a new issue