File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/aiodukeenergy Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414buildPythonPackage rec {
1515 pname = "aiodukeenergy" ;
16- version = "0.2.2 " ;
16+ version = "0.3.0 " ;
1717 pyproject = true ;
1818
1919 src = fetchFromGitHub {
2020 owner = "hunterjm" ;
2121 repo = "aiodukeenergy" ;
2222 tag = "v${ version } " ;
23- hash = "sha256-aDBleEp3ZlY1IfFCbsUEU+wzYgjNaJeip8crHlh5qHE =" ;
23+ hash = "sha256-BYDC2j2s6gg8/owTDdijqmReUSqDYWqHXf8BUzYn+sI =" ;
2424 } ;
2525
2626 build-system = [ poetry-core ] ;
@@ -40,7 +40,7 @@ buildPythonPackage rec {
4040 ] ;
4141
4242 meta = {
43- changelog = "https://github.com/hunterjm/aiodukeenergy/blob/${ src . rev } /CHANGELOG.md" ;
43+ changelog = "https://github.com/hunterjm/aiodukeenergy/blob/${ src . tag } /CHANGELOG.md" ;
4444 description = "Asyncio Duke Energy" ;
4545 homepage = "https://github.com/hunterjm/aiodukeenergy" ;
4646 license = lib . licenses . mit ;
You can’t perform that action at this time.
0 commit comments