about summary refs log tree commit diff
path: root/pkgs/development/python-modules/smart-meter-texas
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-08-15 18:57:43 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-08-15 18:57:43 +0200
commit012a9df9a17e056ebb9b861554814cb6c046a932 (patch)
tree9ced36d946f944937246f97fd3d6996eb1c3c4ad /pkgs/development/python-modules/smart-meter-texas
parenteeff62018b583294dde1924dbacb76da61b52a2d (diff)
python3Packages.smart-meter-texas: 0.4.3 -> 0.4.4
Diffstat (limited to 'pkgs/development/python-modules/smart-meter-texas')
-rw-r--r--pkgs/development/python-modules/smart-meter-texas/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/smart-meter-texas/default.nix b/pkgs/development/python-modules/smart-meter-texas/default.nix
index abdcd7317bc54..f8bd6825673cb 100644
--- a/pkgs/development/python-modules/smart-meter-texas/default.nix
+++ b/pkgs/development/python-modules/smart-meter-texas/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "smart-meter-texas";
-  version = "0.4.3";
+  version = "0.4.4";
 
   disabled = pythonOlder "3.6";
 
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "grahamwetzler";
     repo = "smart-meter-texas";
     rev = "v${version}";
-    sha256 = "09n03wbyjh1b1gsiibf17fg86x7k1i1r1kpp94p7w1lcdbmn8v5c";
+    sha256 = "sha256-jewibcsqWnl0OQ2oEEOSOcyyDCIGZiG4EZQfuFUbxK4=";
   };
 
   postPatch = ''