me
/
guix
Archived
1
0
Fork 0

gnu: guile-ics: Update to 0.2.1

* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.2.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Artyom V. Poptsov 2022-05-10 16:49:18 +03:00 committed by Ludovic Courtès
parent c99c3d11cd
commit c0e712931b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 10 additions and 19 deletions

View File

@ -1772,7 +1772,7 @@ provides tight coupling to Guix.")
(define-public guile-ics (define-public guile-ics
(package (package
(name "guile-ics") (name "guile-ics")
(version "0.2.0") (version "0.2.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1781,26 +1781,17 @@ provides tight coupling to Guix.")
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"0qjjvadr7gibdq9jvwkmlkb4afsw9n2shfj9phpiadinxk3p4m2g")) "11wv6qk8xd4sd8s97mnw383p098ffivk0na4jii76r5wbmg1wd7q"))
(modules '((guix build utils))) (modules '((guix build utils)))))
(snippet
'(begin
;; Allow builds with Guile 3.0.
(substitute* "configure.ac"
(("^GUILE_PKG.*")
"GUILE_PKG([3.0 2.2 2.0])\n"))
#t))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; XXX: Tests expect 'test-runner-current' to not return #f after
;; 'test-end', which is no longer the case in Guile 3.0.7.
(arguments '(#:tests? #f))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("texinfo" ,texinfo) texinfo
;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'. ;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
("gettext" ,gettext-minimal) gettext-minimal
("pkg-config" ,pkg-config))) help2man
pkg-config))
(inputs (list guile-3.0 which)) (inputs (list guile-3.0 which))
(propagated-inputs (list guile-lib)) (propagated-inputs (list guile-lib))
(home-page "https://github.com/artyom-poptsov/guile-ics") (home-page "https://github.com/artyom-poptsov/guile-ics")