python312Packages.parsel: 1.8.1 -> 1.9.0

This commit is contained in:
R. Ryantm 2024-03-24 14:19:30 +00:00
parent 0ea4f4d8af
commit ddbfea89f2
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "parsel";
version = "1.8.1";
version = "1.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-r/KOaMmz8akB2ypOPxWNhICjhyTXMo7nUcGk4cGAHjk=";
hash = "sha256-paa8sMX8dBVAujB1Y2/1y5aIUqeMwWroIlDl1Ib6fUg=";
};
postPatch = ''