guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: ocaml-camlp-streams: Update to 5.0.1.


From: guix-commits
Subject: 01/05: gnu: ocaml-camlp-streams: Update to 5.0.1.
Date: Sat, 2 Jul 2022 16:26:19 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit ac0415fdd9909dcb230080005f4d573c1409d846
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jul 2 13:15:02 2022 +0200

    gnu: ocaml-camlp-streams: Update to 5.0.1.
    
    * gnu/packages/ocaml.scm (ocaml-camlp-streams): Update to 5.0.1.
---
 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 06fee0ed59..cd8778231e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -902,7 +902,7 @@ Git-friendly development workflow.")
 (define-public ocaml-camlp-streams
   (package
     (name "ocaml-camlp-streams")
-    (version "5.0")
+    (version "5.0.1")
     (source
       (origin
         (method git-fetch)
@@ -911,7 +911,7 @@ Git-friendly development workflow.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-          (base32 "1wd5k0irzwi841b27pbx0n5fdybbgx97184zm8cjajizd2j8w0g5"))))
+          (base32 "0r3wvffkzyyk4als78akirxanzbib5hvc3kvwxpk36mlmc38aywh"))))
     (build-system dune-build-system)
     (arguments
      ;; No tests



reply via email to

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