gnu: guile-ini: Update to 0.5.2.

* gnu/packages/guile-xyz.scm (guile-ini): Update to 0.5.2.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Artyom V. Poptsov 2022-09-25 00:37:22 +03:00 committed by Mathieu Othacehe
parent 9e4164c6ff
commit e5871de986
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -4936,7 +4936,7 @@ (define-public guile2.2-smc
(define-public guile-ini (define-public guile-ini
(package (package
(name "guile-ini") (name "guile-ini")
(version "0.5.1") (version "0.5.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -4945,21 +4945,12 @@ (define-public guile-ini
(file-name (string-append name "-" version)) (file-name (string-append name "-" version))
(sha256 (sha256
(base32 (base32
"0ky7sffxywc2p84q5kdsphr99q0g5gy45rj0vx7f77hwpfm2093x")))) "17fbys3gsfyx4f77a2fswirx76dlr57il2z27z77wljaz777jk36"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags '("GUILE_AUTO_COMPILE=0") ;to prevent guild warnings `(#:make-flags '("GUILE_AUTO_COMPILE=0") ;to prevent guild warnings
#:phases (modify-phases %standard-phases #:phases (modify-phases %standard-phases
(delete 'strip) (delete 'strip))))
(add-before 'build 'generate-fsm-context
;; Make sure the intermediate FSM context is present
;; before the build.
(lambda _
(let ((cwd (getcwd)))
(chdir "modules/ini/")
(invoke "make" "GUILE_AUTO_COMPILE=0"
"fsm-context.scm")
(chdir cwd)))))))
(native-inputs (list autoconf automake pkg-config texinfo)) (native-inputs (list autoconf automake pkg-config texinfo))
(inputs (list bash-minimal guile-3.0 guile-lib)) (inputs (list bash-minimal guile-3.0 guile-lib))
(propagated-inputs (list guile-smc)) (propagated-inputs (list guile-smc))