about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-07-30 10:02:04 -0700
committerGitHub <noreply@github.com>2023-07-30 10:02:04 -0700
commit0ac9f471496d9244957cacd8bba74b1b3fa40538 (patch)
treef599bbc27e8aae862e7a61d1a8f986da1e602d12
parenta2a95950333746a1b1f18c6edcd72c50f3bcaa17 (diff)
parent6f22451e6590751214018204f34b732bbc8efd8c (diff)
Merge pull request #246166 from r-ryantm/auto-update/python310Packages.smart-meter-texas
python310Packages.smart-meter-texas: 0.5.1 -> 0.5.3
-rw-r--r--pkgs/development/python-modules/smart-meter-texas/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/smart-meter-texas/default.nix b/pkgs/development/python-modules/smart-meter-texas/default.nix
index d7d568602358a..bd0d181a3ede3 100644
--- a/pkgs/development/python-modules/smart-meter-texas/default.nix
+++ b/pkgs/development/python-modules/smart-meter-texas/default.nix
@@ -10,15 +10,15 @@
 
 buildPythonPackage rec {
   pname = "smart-meter-texas";
-  version = "0.5.1";
+  version = "0.5.3";
 
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "grahamwetzler";
     repo = "smart-meter-texas";
-    rev = "v${version}";
-    hash = "sha256-rjMRV5MekwRkipes2nWos/1zi3sD+Ls8LyD3+t5FOZc=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-8htd5fLrtkaVlSEm+RB7tWA5YZkcAOjAXVNzZiMwP7k=";
   };
 
   postPatch = ''