Merge pull request #212731 from fabaff/pysolcast-bump

python310Packages.pysolcast: 1.0.13 -> 1.0.14
This commit is contained in:
Weijia Wang 2023-01-26 18:56:31 +01:00 committed by GitHub
commit 9a666e2b4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pysolcast";
version = "1.0.13";
version = "1.0.14";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mcaulifn";
repo = "solcast";
rev = "refs/tags/v${version}";
hash = "sha256-peoC6NrenfQYqr1hgPth8pqyTRZb+phD6UQhjnZF92U=";
hash = "sha256-SI8lRihzJClciPLX9DXOO0K7YWgix74aM784j7fVu/g=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;