From 6f22451e6590751214018204f34b732bbc8efd8c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 30 Jul 2023 08:52:00 +0000 Subject: [PATCH] python310Packages.smart-meter-texas: 0.5.1 -> 0.5.3 --- .../python-modules/smart-meter-texas/default.nix | 6 +++--- 1 file 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 d7d56860235..bd0d181a3ed 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 = ''