python311Packages.plumbum: 1.8.2 -> 1.8.3

This commit is contained in:
R. Ryantm 2024-04-30 09:23:03 +00:00
parent 8cf34f783f
commit 8c10e00985

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "plumbum";
version = "1.8.2";
version = "1.8.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "tomerfiliba";
repo = "plumbum";
rev = "refs/tags/v${version}";
hash = "sha256-b8JcGRHiZSv/ViyEogpLgGXOMHHSC+cjWT0FqhkolcA=";
hash = "sha256-k2H/FBQAWrCN1P587s/OhiCGNasMKEFJYIBIU808rlE=";
};
postPatch = ''