python3Packages.pysma: 1.0.3 -> 1.1.0 (#478412)
This commit is contained in:
@@ -12,16 +12,16 @@
|
||||
uv-build,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pysma";
|
||||
version = "1.0.3";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kellerza";
|
||||
repo = "pysma";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-T9QBIuKgbKmMUN2G+sZRW4DtgIk3H9rYMTxLtkXfEBI=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-fRYpWr3eny9Ore2uQhPgVDSb+M1KYy1cy9bE2+Em3xU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -47,10 +47,10 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "pysma" ];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/kellerza/pysma/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Python library for interacting with SMA Solar's WebConnect";
|
||||
homepage = "https://github.com/kellerza/pysma";
|
||||
changelog = "https://github.com/kellerza/pysma/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user