3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.python-smarttub: 0.0.21 -> 0.0.23

This commit is contained in:
Martin Weinelt 2021-04-10 12:04:21 +02:00
parent 977132fe59
commit cd6cc34d41

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "python-smarttub";
version = "0.0.21";
version = "0.0.23";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "mdz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7phx6CI6sqUCZIUxL6ea25UWAcI3NAz66hIleUfN4bk=";
sha256 = "0maqbmk50xjhv9f0zm62ayzyf99kic3c0g5714cqkw3pfp8k75cx";
};
propagatedBuildInputs = [