guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ocaml-fftw3: Update to 0.8.5.


From: guix-commits
Subject: branch master updated: gnu: ocaml-fftw3: Update to 0.8.5.
Date: Tue, 08 Feb 2022 09:32:54 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ec5d2b54cd gnu: ocaml-fftw3: Update to 0.8.5.
ec5d2b54cd is described below

commit ec5d2b54cd0c96276f4feaae863a18bc3e73ecae
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Feb 8 15:31:57 2022 +0100

    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(-)

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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]