diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-26 19:33:12 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-03-26 19:33:35 +0300 |
| commit | 91c7a43604ee3c8518db89680d1dc0831efe0353 (patch) | |
| tree | ebf612e9727c41e96de893c9e3266a2b1a54fbe0 | |
| parent | 5ae339c8b8dec2ee3d07c3dc352a618c9a770dea (diff) | |
gnu: utf8-h: Update to 0.0.0-1.a6cd7d4.
* gnu/packages/c.scm (utf8-h): Update to commit
a6cd7d4329e9336518d2e2a449d4f3cb8def54cc.
Change-Id: I9058647f8c02e9210d0e97b2d84f222092f6a91e
| -rw-r--r-- | gnu/packages/c.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index 5f68dc63c9a..c7bb14ddc08 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2021 David Dashyan <mail@davie.li> ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com> ;;; Copyright © 2022 (unmatched parenthesis <paren@disroot.org> -;;; Copyright © 2022, 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com> +;;; Copyright © 2022, 2025, 2026 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;;; Copyright © 2022 Ekaitz Zarraga <ekaitz@elenq.tech> ;;; Copyright © 2022 ( <paren@disroot.org> ;;; Copyright © 2022 Antero Mejr <antero@mailbox.org> @@ -1721,8 +1721,8 @@ will take care of dispatching tasks to available cores.") (define-public utf8-h ;; The latest tag is used as there is no release. - (let ((commit "500d4ea9f4c3449e5243c088d8af8700f7189734") - (revision "0")) + (let ((commit "a6cd7d4329e9336518d2e2a449d4f3cb8def54cc") + (revision "1")) (package (name "utf8-h") (version (git-version "0.0.0" revision commit)) @@ -1734,7 +1734,7 @@ will take care of dispatching tasks to available cores.") (file-name (git-file-name "utf8.h" version)) (sha256 (base32 - "0x9f7ivww8c7cigf4ck0hfx2bm79qgx6q4ccwzqbzkrmcrl9shfb")))) + "095cmlj2522mp3p85nqilzhsg006n29vfzknc7r524c59zadii4x")))) (build-system cmake-build-system) (arguments (list |
