python311Packages.pyformlang: 1.0.9 -> 1.0.10

This commit is contained in:
R. Ryantm 2024-04-08 15:41:03 +00:00
parent f6eb921406
commit 8902034a11
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyformlang";
version = "1.0.9";
version = "1.0.10";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-oCwYM4yQ1KYZpC7vVpeHSIDH2Q930JAuTDq9mds9zoc=";
hash = "sha256-VwsIkVIgRHczdT3QcW9Teg2FiaoPn6El17VHhy/x72s=";
};
build-system = [