pyml: 20231101 -> 20250807

This commit is contained in:
Kacper Uminski
2026-06-22 13:26:41 +02:00
parent 492251d9ea
commit 2f0b459b26
2 changed files with 3 additions and 17 deletions

View File

@@ -9,19 +9,15 @@
buildDunePackage (finalAttrs: {
pname = "pyml";
version = "20231101";
version = "20250807";
src = fetchFromGitHub {
owner = "ocamllibs";
repo = "pyml";
tag = finalAttrs.version;
hash = "sha256-0Yy5T/S3Npwt0XJmEsdXGg5AXYi9vV9UG9nMSzz/CEc=";
hash = "sha256-WPtmj9EEs7P72OXWJg1syIrbLuh7u4V4W4nyozXmSa0=";
};
patches = [
./remove-stdcompat.patch
];
buildInputs = [
utop
];
@@ -37,6 +33,7 @@ buildDunePackage (finalAttrs: {
];
strictDeps = true;
__structuredAttrs = true;
doCheck = true;

View File

@@ -1,11 +0,0 @@
diff --git a/pyml_stubs.c b/pyml_stubs.c
index 40e3481..e7826f1 100644
--- a/pyml_stubs.c
+++ b/pyml_stubs.c
@@ -11,7 +11,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
-#include <stdcompat.h>
#include <assert.h>
#include "pyml_stubs.h"