python310Packages.particle: 0.23.0 -> 0.23.1

This commit is contained in:
R. Ryantm 2023-12-04 14:47:09 +00:00
parent b678419eac
commit ecdbabb2a3

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "particle";
version = "0.23.0";
version = "0.23.1";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-2BD4/CfeuOf9ZBdAF9lgfVBSIknAlzoACOWA+T2xF1A=";
hash = "sha256-7uKLDoRr/qTf1w6exf/jJEYT2wi2tqm3c/VaQxB1L6s=";
};
postPatch = ''