all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50821] [PATCH] gnu: ocaml-extlib: Update to 1.7.8.
@ 2021-09-26 16:01 Xinglu Chen
  2021-10-08  2:42 ` bug#50821: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-09-26 16:01 UTC (permalink / raw)
  To: 50821

* gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.7.8.
---
 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 e30bd2f613..12f0edc60e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -538,14 +538,14 @@ (define-public camlidl
 (define-public ocaml-extlib
   (package
     (name "ocaml-extlib")
-    (version "1.7.7")
+    (version "1.7.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ygrek.org/p/release/ocaml-extlib/"
                                   "extlib-" version ".tar.gz"))
               (sha256
                (base32
-                "1sxmzc1mx3kg62j8kbk0dxkx8mkf1rn70h542cjzrziflznap0s1"))))
+                "0npq4hq3zym8nmlyji7l5cqk6drx2rkcx73d60rxqh5g8dla8p4k"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:phases

base-commit: 8c6c33a2a5bf385e1589b405ee7f842684ed80c1
-- 
2.33.0







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50821: [PATCH] gnu: ocaml-extlib: Update to 1.7.8.
  2021-09-26 16:01 [bug#50821] [PATCH] gnu: ocaml-extlib: Update to 1.7.8 Xinglu Chen
@ 2021-10-08  2:42 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2021-10-08  2:42 UTC (permalink / raw)
  To: 50821-done

Pushed to master as 8b9d17e770d821fa3dcc7d658e43a8e7081ba244, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-08  2:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26 16:01 [bug#50821] [PATCH] gnu: ocaml-extlib: Update to 1.7.8 Xinglu Chen
2021-10-08  2:42 ` bug#50821: " Julien Lepiller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.