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

python310Packages.pylitterbot: 2022.9.2 -> 2022.9.5
This commit is contained in:
Jonas Heinrich 2022-09-20 10:36:50 +02:00 committed by GitHub
commit a10476efd4
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.2";
version = "2022.9.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "natekspencer";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-iGif349AhrqcJnaZZdGc7x4KD7u4oStmKWxIY/knMww=";
hash = "sha256-sTHMu2HNO0VA86bym0lt810aJ9yYN9PYHcw18Qu7e7c=";
};
nativeBuildInputs = [