python3Packages.py-melissa-climate: 3.0.2 -> 3.0.3
Diff: https://github.com/kennedyshead/py-melissa-climate/compare/v3.0.2...V3.0.3 Changelog: https://github.com/kennedyshead/py-melissa-climate/releases/tag/V3.0.3
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "py-melissa-climate";
|
||||
version = "3.0.2";
|
||||
version = "3.0.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kennedyshead";
|
||||
repo = "py-melissa-climate";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-VSKSa7K2fF6NMLN39HzkqK7/9vGHmmmPFw6mIiJNZ84=";
|
||||
tag = "V${version}";
|
||||
hash = "sha256-vKnIFrviCJLMqYUdKKJtqOmD1ZtgtMBMLApG+YiqZdY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user