Merge pull request #121136 from fabaff/bump-python-smarttub

python3Packages.python-smarttub: 0.0.23 -> 0.0.24
This commit is contained in:
Maciej Krüger 2021-04-29 10:38:40 +02:00 committed by GitHub
commit 49900048af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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