Merge pull request #195563 from r-ryantm/auto-update/python310Packages.pylitterbot

python310Packages.pylitterbot: 2022.9.6 -> 2022.10.1
This commit is contained in:
Stanisław Pitucha 2022-10-12 14:21:00 +11:00 committed by GitHub
commit 217eb4d7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pylitterbot";
version = "2022.9.6";
version = "2022.10.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "natekspencer";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-+8vsnSEEZ7uypASsJZ2MIK+riIF01Lxa1E3t0pC+e/I=";
hash = "sha256-E7rBRPtXa/E6jf75zULuGaiu2DHvq4hZjcwPwj/w9ww=";
};
nativeBuildInputs = [