Message ID | 40fd333d81f4b6879e6e36d29df2d3b41ea1d0c8.1710395004.git.atai@atai.org |
---|---|
State | New |
Headers | show |
Series | [bug#69790] gnu: fltk: Update to 1.3.9 | expand |
user guix usertag 69790 + reviewed-looks-good thanks Guix QA review form submission: / no new changes that could require the recipe to be modified / cross-compilation not affected by current change / does not cause a random sample of dependent packages to fail build Items marked as checked: Lint warnings, Package builds, Commit messages This fails, but IMO is a Guix bug instead of a bug in this package: ``` $ # --system=x86_64-linux $ ./pre-inst-env guix build --target=aarch64-linux-gnu fltk ... ERROR: In procedure %resolve-variable: Unbound variable: %output ```
patch v2 is the same as patch v1. Sent a v2 patch so Guix QA can pick it up for build check as v1 had expired out of the queue for Guix QA
diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm index 4518a1e30a..05d418022f 100644 --- a/gnu/packages/fltk.scm +++ b/gnu/packages/fltk.scm @@ -43,7 +43,7 @@ (define-module (gnu packages fltk) (define-public fltk (package (name "fltk") - (version "1.3.8") + (version "1.3.9") (source (origin (method url-fetch) @@ -51,7 +51,7 @@ (define-public fltk (first (string-split version #\-)) "/fltk-" version "-source.tar.gz")) (sha256 - (base32 "1gyisjwjbdsax4kbdm3hpijp2f0qgh1wk7wgad87l3pb0wmi1hgk")))) + (base32 "06siv517l1wfvcc1dg0h1dka5yzkh9gbmm835i1hgmjhbi2b0dnp")))) (build-system gnu-build-system) (native-inputs (list pkg-config))