about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pydexcom
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-11 20:04:33 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-12 20:15:48 +0100
commit62b6d864d207d7b3192a37457672dc9d5292cfee (patch)
treedc9cf454f4e5c6efd9e763209d5c89701021b997 /pkgs/development/python-modules/pydexcom
parent875e6c15b8401ffadd5baffe2f00831a6e9da459 (diff)
python3Packages.pydexcom: 0.2.0 -> 0.2.1
Diffstat (limited to 'pkgs/development/python-modules/pydexcom')
-rw-r--r--pkgs/development/python-modules/pydexcom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pydexcom/default.nix b/pkgs/development/python-modules/pydexcom/default.nix
index f83d3cbf1102b..3f6983d7fd9bc 100644
--- a/pkgs/development/python-modules/pydexcom/default.nix
+++ b/pkgs/development/python-modules/pydexcom/default.nix
@@ -6,13 +6,13 @@
 
 buildPythonPackage rec {
   pname = "pydexcom";
-  version = "0.2.0";
+  version = "0.2.1";
 
   src = fetchFromGitHub {
     owner = "gagebenne";
     repo = pname;
     rev = version;
-    sha256 = "19h7r0qbsqd6k6g4nz6z3k9kdmk0sx5zpsrgxwnhsff5fqi0y2ls";
+    sha256 = "sha256-fC8K2NHCFcqzmsH02XPAGZtUTTXWyr0p4524UVv6yU4=";
   };
 
   propagatedBuildInputs = [ requests ];