diff options
| author | VÖRÖSKŐI András <voroskoi@gmail.com> | 2025-10-26 15:52:10 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-22 12:07:12 +0100 |
| commit | e419b8d6caf9e57bc766e94597b4e492a924ddde (patch) | |
| tree | 8ef6cc3d3e37490c13a6824f85a84937f4a999b9 /gnu | |
| parent | b1d81fd9e95048c41adb47ab6fe52e63e9b6b60e (diff) | |
gnu: zig-pixman: Update to 0.3.0.
* gnu/packages/zig-xyz.scm (zig-pixman): Update to 0.3.0.
Change-Id: I62e900ca9804f889c928c4f7617afd02a9346518
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/zig-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/zig-xyz.scm b/gnu/packages/zig-xyz.scm index bb015354450..bb6bad837bf 100644 --- a/gnu/packages/zig-xyz.scm +++ b/gnu/packages/zig-xyz.scm @@ -455,7 +455,7 @@ across several operating systems.") (define-public zig-pixman (package (name "zig-pixman") - (version "0.2.0") + (version "0.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -464,7 +464,7 @@ across several operating systems.") (file-name (git-file-name name version)) (sha256 (base32 - "0il6nw51kf08bcxpf45n7h78k1iyfi1zarcvpb7n19g2r48dkiyd")))) + "1mg0fmcnfl5il8nx9nplxm8hg54jkdg9ks7r40w4451rx9m3il7j")))) (build-system zig-build-system) (arguments (list #:skip-build? #t)) (propagated-inputs (list pixman)) |
