Merge pull request #200270 from r-ryantm/auto-update/python310Packages.asteval

python310Packages.asteval: 0.9.27 -> 0.9.28
This commit is contained in:
Fabian Affolter 2022-11-08 23:04:55 +01:00 committed by GitHub
commit 26ab208eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "asteval";
version = "0.9.27";
version = "0.9.28";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,8 +16,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "newville";
repo = pname;
rev = version;
hash = "sha256-FxWs4l9bqZoqdyhpVRys8Mo9Wdtn1fm5XonisPscWEs=";
rev = "refs/tags/${version}";
hash = "sha256-J35AqVSFpIsw0XThbLCJjS9NFRFeyYV/YrwdfcOrFhk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;