python312Packages.pyformlang: 1.0.7 -> 1.0.9

This commit is contained in:
R. Ryantm 2024-03-20 00:20:49 +00:00
parent cdd619c9eb
commit f08345e43a

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "pyformlang";
version = "1.0.7";
version = "1.0.9";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-i4ib18Ktyc9pRu4P+tQIHoZ/IbAOk8Dn0MXJoxw8gAA=";
hash = "sha256-oCwYM4yQ1KYZpC7vVpeHSIDH2Q930JAuTDq9mds9zoc=";
};
nativeBuildInputs = [