python313Packages.pyfibaro: 0.8.0 -> 0.8.1 (#384895)
Diff: https://github.com/rappenze/pyfibaro/compare/refs/tags/0.8.0...0.8.1 Changelog: https://github.com/rappenze/pyfibaro/releases/tag/0.8.1
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyfibaro";
|
pname = "pyfibaro";
|
||||||
version = "0.8.0";
|
version = "0.8.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "rappenze";
|
owner = "rappenze";
|
||||||
repo = "pyfibaro";
|
repo = "pyfibaro";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-7hn5iFuN86sdqLi5MIEwBYLYbPg7J1BbADHYdjYBCNA=";
|
hash = "sha256-M7ntlPK88er9Se3pPZEHjCDw3TIYtiruHdaCLB0ee8A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user