python310Packages.sense-energy: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm 2023-01-07 16:22:19 +00:00 committed by Robert Schütz
parent a4eb1b11bc
commit 6523f3738c

View file

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sense-energy"; pname = "sense-energy";
version = "0.11.0"; version = "0.11.1";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "scottbonline"; owner = "scottbonline";
repo = "sense"; repo = "sense";
rev = version; rev = "refs/tags/${version}";
hash = "sha256-QX8CPf3o0IaAhjWYeUjDoAgktNrh/sSRjFhOweAxxco="; hash = "sha256-lfqQelAHh/xJH1jPz3JK32AIEA7ghUP6Mnya2M34V/w=";
}; };
postPatch = '' postPatch = ''