Skip to content

Commit 57091a8

Browse files
authored
python3Packages.aiovodafone: 3.1.2 -> 3.1.3 (#497293)
2 parents feb4b43 + 436d498 commit 57091a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildPythonPackage (finalAttrs: {
1818
pname = "aiovodafone";
19-
version = "3.1.2";
19+
version = "3.1.3";
2020
pyproject = true;
2121

2222
src = fetchFromGitHub {
2323
owner = "chemelli74";
2424
repo = "aiovodafone";
2525
tag = "v${finalAttrs.version}";
26-
hash = "sha256-Ip3bvK8p9BUs1t2BEwNdoqcDlATu39zIxRjvJCqfNHE=";
26+
hash = "sha256-wgoPL/G9wPshhydHSFpSAFKiiFy/UacVbQ7mdcEuit0=";
2727
};
2828

2929
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)