Unverified Commit 1caf5a6a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #215900 from fabaff/asteval-bump

python310Packages.asteval: 0.9.28 -> 0.9.29
parents 29f41f2a 92321a72
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "asteval";
  version = "0.9.28";
  version = "0.9.29";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
    owner = "newville";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-J35AqVSFpIsw0XThbLCJjS9NFRFeyYV/YrwdfcOrFhk=";
    hash = "sha256-cJIrb0lo/FmeyZd8L6nlCEt6MP7Fdv3rr5C6xvplN6c=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;