From 2f0b459b260125897fa1109ef0fc5b39b26fa41a Mon Sep 17 00:00:00 2001 From: Kacper Uminski Date: Mon, 22 Jun 2026 13:26:41 +0200 Subject: [PATCH] pyml: 20231101 -> 20250807 --- pkgs/development/ocaml-modules/pyml/default.nix | 9 +++------ .../ocaml-modules/pyml/remove-stdcompat.patch | 11 ----------- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 pkgs/development/ocaml-modules/pyml/remove-stdcompat.patch diff --git a/pkgs/development/ocaml-modules/pyml/default.nix b/pkgs/development/ocaml-modules/pyml/default.nix index dc7f13cbcb5a..29cd59bbb01c 100644 --- a/pkgs/development/ocaml-modules/pyml/default.nix +++ b/pkgs/development/ocaml-modules/pyml/default.nix @@ -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; diff --git a/pkgs/development/ocaml-modules/pyml/remove-stdcompat.patch b/pkgs/development/ocaml-modules/pyml/remove-stdcompat.patch deleted file mode 100644 index 5d8bdb739f59..000000000000 --- a/pkgs/development/ocaml-modules/pyml/remove-stdcompat.patch +++ /dev/null @@ -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 - #include - #include --#include - #include - #include "pyml_stubs.h"