Merge pull request #211749 from fabaff/pylitterbot-bump

python310Packages.pylitterbot: 2023.1.1 -> 2023.1.2
This commit is contained in:
Mario Rodas 2023-01-30 21:27:37 -05:00 committed by GitHub
commit 5b374db81f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pylitterbot";
version = "2023.1.1";
version = "2023.1.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "natekspencer";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-nWKBbb2S8V81KQihGQYg9GBK97xv5FXuem5pUPB+cew=";
hash = "sha256-PSg0u4Beg0OVUMxaBCPxJSVO/MxBvCpDu2rQhiYT9OM=";
};
nativeBuildInputs = [