guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: ocaml-fix: Update to 20220121.


From: guix-commits
Subject: 04/09: gnu: ocaml-fix: Update to 20220121.
Date: Thu, 3 Feb 2022 13:36:41 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 66c5d6e8d51a081e49a409d8be8ef0002f4b047c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Feb 3 14:21:57 2022 +0100

    gnu: ocaml-fix: Update to 20220121.
    
    * gnu/packages/ocaml.scm (ocaml-fix): Update to 20220121.
---
 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 b93a493dd9..da8b2bc978 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7289,7 +7289,7 @@ representation.")
 (define-public ocaml-fix
   (package
     (name "ocaml-fix")
-    (version "20211125")
+    (version "20220121")
     (source
       (origin
         (method git-fetch)
@@ -7299,7 +7299,7 @@ representation.")
         (file-name (git-file-name name version))
         (sha256
           (base32
-            "00vq2das1l8xca013z7z7jy5622fsy3jha2cj72psp22wx9199l1"))))
+            "15785v43jcbqsw1y653cnb89alrcnbdri1h0w6zl6p7769ja9rdj"))))
     (build-system dune-build-system)
     (arguments
      ;; No tests.



reply via email to

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