python3Packages.plumbum: 1.9.0 -> 1.10.0

This commit is contained in:
R. Ryantm
2025-11-01 15:52:28 +00:00
parent 2a8c789553
commit 89b593f046
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "plumbum";
version = "1.9.0";
version = "1.10.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "tomerfiliba";
repo = "plumbum";
tag = "v${version}";
hash = "sha256-3PAvSjZ0+BMq+/g4qNNZl27KnAm01fWFYxBBY+feNTU=";
hash = "sha256-ca9avbBJnMecuKljIrx3mYIGA50QXmhC/LP3hM9Uvcs=";
};
build-system = [