1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: simpleini: Update to 4.25.

* gnu/packages/linux.scm (simpleini): Update to 4.25.

Change-Id: I6431e731840f8274a3c7ded7b803b4b636798177
This commit is contained in:
Artyom V. Poptsov
2026-04-03 08:41:37 +03:00
parent 38d35941ca
commit d2487434fe

View File

@@ -11009,30 +11009,28 @@ compatible with Python's ConfigParser style of .INI files, including RFC
(license license:bsd-3))) (license license:bsd-3)))
(define-public simpleini (define-public simpleini
(let ((commit "6048871ea9ee0ec24be5bd099d161a10567d7dc2") (package
(revision "1")) (name "simpleini")
(package (version "4.25")
(name "simpleini") (source (origin
(version (git-version "4.22" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/brofield/simpleini")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/brofield/simpleini") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1v9s0kr5ca1gdbnlkdz7chzypy0wz95f09l0r6jnmff4qy6db56l"))))
(base32 (build-system cmake-build-system)
"1szaflnrzw1zx9v5g6mbbiaf9wfglp4n4jjq2793k9ryz3qxil9j")))) (arguments
(build-system cmake-build-system) (list #:configure-flags #~(list "-DSIMPLEINI_USE_SYSTEM_GTEST=ON")))
(arguments (native-inputs (list googletest))
(list #:configure-flags #~(list "-DSIMPLEINI_USE_SYSTEM_GTEST=ON"))) (home-page "https://github.com/brofield/simpleini")
(native-inputs (list googletest)) (synopsis "Simple API to read and write INI-style files")
(home-page "https://github.com/brofield/simpleini") (description
(synopsis "Simple API to read and write INI-style files") "SimpleIni provides a simple API to read and write INI-style
(description
"SimpleIni provides a simple API to read and write INI-style
configuration files. It supports data files in ASCII, MBCS and Unicode.") configuration files. It supports data files in ASCII, MBCS and Unicode.")
(license license:expat)))) (license license:expat)))
(define-public xfsprogs (define-public xfsprogs
(package (package