python311Packages.pyformlang: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm 2024-02-16 00:16:44 +00:00
parent 110b0eb2e5
commit 5f1b1a60c4

View File

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