Skip to content

Commit a5d5c15

Browse files
authored
python313Packages.aiodukeenergy: 0.2.2 -> 0.3.0 (#394059)
2 parents fd8ac81 + 0e73e1f commit a5d5c15

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/aiodukeenergy

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/aiodukeenergy/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage 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;

0 commit comments

Comments
 (0)