We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feb4b43 + 436d498 commit 57091a8Copy full SHA for 57091a8
pkgs/development/python-modules/aiovodafone/default.nix
@@ -16,14 +16,14 @@
16
17
buildPythonPackage (finalAttrs: {
18
pname = "aiovodafone";
19
- version = "3.1.2";
+ version = "3.1.3";
20
pyproject = true;
21
22
src = fetchFromGitHub {
23
owner = "chemelli74";
24
repo = "aiovodafone";
25
tag = "v${finalAttrs.version}";
26
- hash = "sha256-Ip3bvK8p9BUs1t2BEwNdoqcDlATu39zIxRjvJCqfNHE=";
+ hash = "sha256-wgoPL/G9wPshhydHSFpSAFKiiFy/UacVbQ7mdcEuit0=";
27
};
28
29
build-system = [ poetry-core ];
0 commit comments