[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/54: gnu: ocaml-typerep: Update to 0.15.0.
From: |
guix-commits |
Subject: |
16/54: gnu: ocaml-typerep: Update to 0.15.0. |
Date: |
Sun, 1 May 2022 07:16:04 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit bbdf8dacbf87e2b306cbea13cd4f8e0537750e21
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 21:00:52 2022 +0200
gnu: ocaml-typerep: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-typerep): Update to 0.15.0.
---
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 a6ae384b4d..db4ee22eb8 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5878,7 +5878,7 @@ many values).")
(define-public ocaml-typerep
(package
(name "ocaml-typerep")
- (version "0.14.0")
+ (version "0.15.0")
(source
(origin
(method git-fetch)
@@ -5887,7 +5887,7 @@ many values).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0wc7h853ka3s3lxxgm61ypidl0lzgc9abdkil6f72anl0c417y90"))))
+ (base32 "1qxfi01qim0hrgd6d0bgvpxg36i99mmm8cw4wqpr9kxyqvgzv26z"))))
(build-system dune-build-system)
(arguments `(#:tests? #f)); no tests
(propagated-inputs (list ocaml-base))
- branch master updated (7b9ee58925 -> 3d5d09abb8), guix-commits, 2022/05/01
- 02/54: gnu: ocaml-ppx-string: Update to 0.15.0., guix-commits, 2022/05/01
- 05/54: gnu: ocaml-ppx-assert: Update to 0.15.0., guix-commits, 2022/05/01
- 07/54: gnu: ocaml-ppx-js-style: Update to 0.15.0., guix-commits, 2022/05/01
- 03/54: gnu: ocaml-ppx-enumerate: Update to 0.15.0., guix-commits, 2022/05/01
- 06/54: gnu: ocaml-ppx-cold: Update to 0.15.0., guix-commits, 2022/05/01
- 09/54: gnu: ocaml-bin-prot: Update to 0.15.0., guix-commits, 2022/05/01
- 14/54: gnu: ocaml-ppx-fixed-literal: Update to 0.15.0., guix-commits, 2022/05/01
- 16/54: gnu: ocaml-typerep: Update to 0.15.0.,
guix-commits <=
- 19/54: gnu: ocaml-utop: Update to 2.9.1., guix-commits, 2022/05/01
- 20/54: gnu: ocaml-ppx-variants-conv: Update to 0.15.0., guix-commits, 2022/05/01
- 22/54: gnu: ocaml-ppx-module-timer: Update to 0.15.0., guix-commits, 2022/05/01
- 24/54: gnu: ocaml-ppx-pipebang: Update to 0.15.0., guix-commits, 2022/05/01
- 25/54: gnu: dune: Update to 3.1.1., guix-commits, 2022/05/01
- 26/54: gnu: ocaml-ppx-bench: Update to 0.15.0., guix-commits, 2022/05/01
- 28/54: gnu: ocaml-ctypes: Update to 0.20.1., guix-commits, 2022/05/01
- 29/54: gnu: ocaml-opam-file-format: Update to 2.1.4., guix-commits, 2022/05/01
- 31/54: gnu: Add ocaml-ppx-log., guix-commits, 2022/05/01
- 33/54: gnu: ocaml-ppx-jane: Update to 0.15.0., guix-commits, 2022/05/01