Merge pull request #302609 from r-ryantm/auto-update/python311Packages.pyformlang

python311Packages.pyformlang: 1.0.9 -> 1.0.10
This commit is contained in:
OTABI Tomoya 2024-04-10 20:15:14 +09:00 committed by GitHub
commit 9a2979d9ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [