From 94092f98a242d6b5793571338de47b8604717ac5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 29 Aug 2024 15:04:49 +0000 Subject: [PATCH 1/2] python312Packages.albucore: 0.0.13 -> 0.0.14 --- pkgs/development/python-modules/albucore/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/albucore/default.nix b/pkgs/development/python-modules/albucore/default.nix index 335c10e103b3..799d460ef7b5 100644 --- a/pkgs/development/python-modules/albucore/default.nix +++ b/pkgs/development/python-modules/albucore/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "albucore"; - version = "0.0.13"; + version = "0.0.14"; pyproject = true; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "albumentations-team"; repo = "albucore"; rev = "refs/tags/${version}"; - hash = "sha256-TqEOey6PxVesk1Xs9YvnFto8LrSVsfTMq+MqP/mwYCA="; + hash = "sha256-6c6QiChP3SLTEj1SKlb/AcjQbLX4L9Fdlxem70cxiXM="; }; pythonRemoveDeps = [ "opencv-python" ]; From 2b804161efeeb0a797c2f34935fe9afe0954802d Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 8 Sep 2024 09:20:40 +0900 Subject: [PATCH 2/2] python312Packages.albucore: remove unused input --- pkgs/development/python-modules/albucore/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/albucore/default.nix b/pkgs/development/python-modules/albucore/default.nix index 799d460ef7b5..aea9b5ab6954 100644 --- a/pkgs/development/python-modules/albucore/default.nix +++ b/pkgs/development/python-modules/albucore/default.nix @@ -7,7 +7,6 @@ pytestCheckHook, numpy, opencv4, - tomli, typing-extensions, }: @@ -32,7 +31,6 @@ buildPythonPackage rec { dependencies = [ numpy opencv4 - tomli typing-extensions ];