guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ocaml-extlib: Update to 1.7.9.


From: guix-commits
Subject: 02/03: gnu: ocaml-extlib: Update to 1.7.9.
Date: Wed, 10 Aug 2022 17:35:39 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 96465c4421076e51c9f74a303c4646bb0a5cb114
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Aug 6 17:17:45 2022 +0200

    gnu: ocaml-extlib: Update to 1.7.9.
    
    * gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.7.9.
---
 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 c532e2a8b5..6d4f8c8836 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -564,14 +564,14 @@ code for interfacing Caml with C from an IDL description 
of the C functions.")
 (define-public ocaml-extlib
   (package
     (name "ocaml-extlib")
-    (version "1.7.8")
+    (version "1.7.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ygrek.org/p/release/ocaml-extlib/";
                                   "extlib-" version ".tar.gz"))
               (sha256
                (base32
-                "0npq4hq3zym8nmlyji7l5cqk6drx2rkcx73d60rxqh5g8dla8p4k"))))
+                "1jydzw2n84cfiz9y6lk4gih4wbr8jybanmiryfs01svd07g4vpjq"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:phases



reply via email to

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