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

* gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.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..8b1560b3fc 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3282,7 +3282,7 @@ (define-public ocaml-oasis
 (define-public ocaml-cppo
   (package
     (name "ocaml-cppo")
-    (version "1.6.6")
+    (version "1.6.8")
     (source
       (origin
         (method git-fetch)
@@ -3291,7 +3291,7 @@ (define-public ocaml-cppo
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256 (base32
-                  "1smcc0l6fh2n0y6bp96c69j5nw755jja99w0b206wx3yb2m4w2hs"))))
+                 "0xjb1dnj8lvdcccskrhrakknd9q4vfy5330sjbqpf4h95dsz90k9"))))
     (build-system dune-build-system)
     (arguments
      `(#:tests? #f))

base-commit: 8c6c33a2a5bf385e1589b405ee7f842684ed80c1
-- 
2.33.0







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

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

Pushed to master as d11b3bc71cc8fe81615c941e0d1dea242999a1e6, thanks!




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

end of thread, other threads:[~2021-10-08  2:44 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:26 [bug#50822] [PATCH] gnu: ocaml-cppo: Update to 1.6.8 Xinglu Chen
2021-10-08  2:43 ` bug#50822: " 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.