mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: guile-gitlab: Update to 0.2.1.
* gnu/packages/guile-xyz.scm (guile-gitlab): Update to 0.2.1. [inputs]: Use guile2.2-json instead of guile-json-1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
8351f6c570
commit
4883d7fe9e
1 changed files with 3 additions and 3 deletions
|
@ -4797,7 +4797,7 @@ (define-public guile-netlink
|
|||
(define-public guile-gitlab
|
||||
(package
|
||||
(name "guile-gitlab")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4807,7 +4807,7 @@ (define-public guile-gitlab
|
|||
(file-name (string-append name "-" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yq8w507vw9n7f626sbnsk8prsdk337d6acr7f9k3j500lhlvxj5"))))
|
||||
"0srkmchd4kmfa7q65r6fdzwklhgdlck1ll0s7smzs8ddjdgz2lwm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags '("GUILE_AUTO_COMPILE=0") ;to prevent guild warnings
|
||||
|
@ -4849,7 +4849,7 @@ (define-public guile-gitlab
|
|||
(inputs
|
||||
`(("bash" ,bash-minimal)
|
||||
("guile" ,guile-2.2)
|
||||
("guile-json" ,guile-json-1)
|
||||
("guile-json" ,guile2.2-json)
|
||||
("guile-lib" ,guile2.2-lib)
|
||||
("guile-gnutls" ,guile2.2-gnutls)))
|
||||
(home-page "https://github.com/artyom-poptsov/guile-gitlab")
|
||||
|
|
Loading…
Reference in a new issue