python3Packages.pydexcom: 0.2.2 -> 0.2.3

This commit is contained in:
Fabian Affolter 2022-02-25 08:56:13 +01:00
parent 7a24798b04
commit 553eae0caf

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "pydexcom";
version = "0.2.2";
version = "0.2.3";
src = fetchFromGitHub {
owner = "gagebenne";
repo = pname;
rev = version;
sha256 = "sha256-8PE+MFQkuwYey82jNSRjMaK8kAhYSBbjqnsbGJHGW9I=";
sha256 = "sha256-ItDGnUUUTwCz4ZJtFVlMYjjoBPn2h8QZgLzgnV2T/Qk=";
};
propagatedBuildInputs = [ requests ];