From ec5d2b54cd0c96276f4feaae863a18bc3e73ecae Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Tue, 8 Feb 2022 15:31:57 +0100 Subject: gnu: ocaml-fftw3: Update to 0.8.5. * gnu/packages/ocaml.scm (ocaml-fftw3): Update to 0.8.5. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index a93a5bf897..d0cfafbab4 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6887,7 +6887,7 @@ language understood by ocamldoc.") (define-public ocaml-fftw3 (package (name "ocaml-fftw3") - (version "0.8.4") + (version "0.8.5") (source (origin (method git-fetch) @@ -6897,7 +6897,7 @@ language understood by ocamldoc.") (file-name (git-file-name name version)) (sha256 (base32 - "0l66yagjkwdcib6q55wd8wiap50vi23qiahkghlvm28z7nvbclfk")))) + "07ljbin9dsclsqh24p7haqjccz1w828sf5xfwlzl298d4a6zsbhs")))) (build-system dune-build-system) (arguments `(#:test-target "tests")) -- cgit v1.2.3 /table>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/entr.scm
AgeCommit message (Expand)Author
2020-10-08gnu: entr: Remove erroneous use of DESTDIR....* gnu/packages/entr.scm (entr)[arguments]: Correctly set PREFIXes. Tobias Geerinckx-Rice
2020-10-07gnu: entr: Cross-compile....* gnu/packages/entr.scm (entr)[arguments]: Use CC-FOR-TARGET. Use INPUTS instead of WHICH. [inputs]: Add non-native bash and coreutils packages. Tobias Geerinckx-Rice
2020-10-07gnu: entr: Update to 4.6....* gnu/packages/entr.scm (entr): Update to 4.6. Tobias Geerinckx-Rice
2020-01-12gnu: entr: Fix references to external programs....* gnu/packages/entr.scm (entr)[arguments](remove-fhs-file-names): Use 'which' instead of relying on the runtime PATH. Patch /bin/sh too. [inputs]: Add NCURSES. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jakub Kądziołka
2019-04-05gnu: entr: Update to 4.2....* gnu/packages/entr.scm (entr): Update to 4.2. Tobias Geerinckx-Rice
2019-01-25gnu: entr: Update to 4.1....* gnu/packages/entr.scm (entr): Update to 4.1. [arguments]: Use INVOKE. Ricardo Wurmus
2018-12-22gnu: entr: Fix typo in description....* gnu/packages/entr.scm (entr)[description]: Fix typo. Oleg Pykhalov