python310Packages.pysolcast: 1.0.12 -> 1.0.13

Diff: https://github.com/mcaulifn/solcast/compare/refs/tags/v1.0.12...v1.0.13

Changelog: https://github.com/mcaulifn/solcast/releases/tag/v1.0.13
This commit is contained in:
Fabian Affolter 2023-01-09 10:44:56 +01:00
parent 40425f64e2
commit f40e876bad

View file

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