python3Packages.accuweather: 0.2.0 -> 0.3.0

This commit is contained in:
Fabian Affolter 2021-10-11 22:55:03 +02:00
parent 2cdd608fab
commit 886e3451b5

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "accuweather";
version = "0.2.0";
version = "0.3.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "bieniu";
repo = pname;
rev = version;
sha256 = "sha256-Swe8vegRcyaeG4n/8aeGFLrXkwcLM/Al53yD6oD/0GA=";
sha256 = "sha256-Kn2hP0mdnC4+Lk8wsTznC23CsYLYKhya+HlHox1Fo2o=";
};
postPatch = ''