mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
python311Packages.aiovodafone: 0.2.0 -> 0.2.1
Diff: https://github.com/chemelli74/aiovodafone/compare/refs/tags/v0.2.0...v0.2.1 Changelog: https://github.com/chemelli74/aiovodafone/blob/0.2.1/CHANGELOG.md
This commit is contained in:
parent
6a1b459f0b
commit
176dc748cf
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiovodafone";
|
pname = "aiovodafone";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "chemelli74";
|
owner = "chemelli74";
|
||||||
repo = "aiovodafone";
|
repo = "aiovodafone";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-KIYVGPJSOWEWXuYQXmRgtXwL3kI371jvx7vbfTni2jI=";
|
hash = "sha256-fBGVXYHyC7Ek75KgmH9LCCgETGvHnS9WF1QJMbDtfVc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user