Merge pull request #175220 from dotlambda/smart-meter-texas-0.5.1

python310Packages.smart-meter-texas: 0.5.0 -> 0.5.1
This commit is contained in:
Guillaume Girol 2022-06-05 16:23:36 +00:00 committed by GitHub
commit 67980e0da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "smart-meter-texas";
version = "0.5.0";
version = "0.5.1";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "grahamwetzler";
repo = "smart-meter-texas";
rev = "v${version}";
sha256 = "1f5blmz3w549qjqn5xmdk1fx2pqd76hnlc9p439r7yc473nhw69w";
hash = "sha256-rjMRV5MekwRkipes2nWos/1zi3sD+Ls8LyD3+t5FOZc=";
};
postPatch = ''