Merge pull request #306805 from fabaff/pyfibaro-bump
python312Packages.pyfibaro: 0.7.7 -> 0.7.8
This commit is contained in:
commit
95905c6c07
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyfibaro";
|
||||
version = "0.7.7";
|
||||
version = "0.7.8";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
owner = "rappenze";
|
||||
repo = "pyfibaro";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-jsl2Xc6bzN7SVyMnFeCwMpFUEa6xUWGn/T96MrDXlCE=";
|
||||
hash = "sha256-gid+qbl4RgT47zC5i1Usw2Zco+jb2LJeeMkKvni/aDM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
Loading…
Reference in a new issue