Merge pull request #215900 from fabaff/asteval-bump

python310Packages.asteval: 0.9.28 -> 0.9.29

authored by Nick Cao and committed by GitHub 1caf5a6a 29f41f2a

+2 -2
+2 -2
pkgs/development/python-modules/asteval/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "asteval"; 11 - version = "0.9.28"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.7"; ··· 17 owner = "newville"; 18 repo = pname; 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-J35AqVSFpIsw0XThbLCJjS9NFRFeyYV/YrwdfcOrFhk="; 21 }; 22 23 SETUPTOOLS_SCM_PRETEND_VERSION = version;
··· 8 9 buildPythonPackage rec { 10 pname = "asteval"; 11 + version = "0.9.29"; 12 format = "setuptools"; 13 14 disabled = pythonOlder "3.7"; ··· 17 owner = "newville"; 18 repo = pname; 19 rev = "refs/tags/${version}"; 20 + hash = "sha256-cJIrb0lo/FmeyZd8L6nlCEt6MP7Fdv3rr5C6xvplN6c="; 21 }; 22 23 SETUPTOOLS_SCM_PRETEND_VERSION = version;