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

python311Packages.pyformlang: 1.0.6 -> 1.0.7

authored by OTABI Tomoya and committed by GitHub 3cb97b97 a17e3c8b

+2 -2
+2 -2
pkgs/development/python-modules/pyformlang/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "pyformlang"; 14 - version = "1.0.6"; 15 pyproject = true; 16 17 src = fetchPypi { 18 inherit pname version; 19 - hash = "sha256-LHQM+Vy8YVfTtpWaveYgBlp74AnS/IF3Y1EbgwVku7I="; 20 }; 21 22 nativeBuildInputs = [
··· 11 12 buildPythonPackage rec { 13 pname = "pyformlang"; 14 + version = "1.0.7"; 15 pyproject = true; 16 17 src = fetchPypi { 18 inherit pname version; 19 + hash = "sha256-i4ib18Ktyc9pRu4P+tQIHoZ/IbAOk8Dn0MXJoxw8gAA="; 20 }; 21 22 nativeBuildInputs = [