Merge pull request #200173 from fabaff/pysolcast-bump

python310Packages.pysolcast: 1.0.11 -> 1.0.12
This commit is contained in:
Fabian Affolter 2022-11-08 11:53:08 +01:00 committed by GitHub
commit ab631455ae
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.11";
version = "1.0.12";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mcaulifn";
repo = "solcast";
rev = "v${version}";
hash = "sha256-iK3WCpl7K/PUccNkOQK7q4k7JjwHAEydU47c8tb4wvc=";
hash = "sha256-azcEbv/4M3UqRyV30yld+6pWbSxbGXiJJHWMDL4xgOM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;