mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
ocamlPackages.core_kernel: 0.14.0 → 0.14.1
This commit is contained in:
parent
8a500ec63c
commit
857ac90e8c
1 changed files with 2 additions and 1 deletions
|
@ -240,7 +240,8 @@ rec {
|
||||||
|
|
||||||
core_kernel = janePackage {
|
core_kernel = janePackage {
|
||||||
pname = "core_kernel";
|
pname = "core_kernel";
|
||||||
hash = "012sp02v35j41lzkvf073620602fgiswz2n224j06mk3bm8jmjms";
|
version = "0.14.1";
|
||||||
|
hash = "0pikg4ln6177gbs0jfix7xj50zlcm7058h64lxnd7wspnj7mq8sd";
|
||||||
meta.description = "System-independent part of Core";
|
meta.description = "System-independent part of Core";
|
||||||
buildInputs = [ jst-config ];
|
buildInputs = [ jst-config ];
|
||||||
propagatedBuildInputs = [ base_bigstring sexplib ];
|
propagatedBuildInputs = [ base_bigstring sexplib ];
|
||||||
|
|
Loading…
Reference in a new issue