Merge pull request #266744 from r-ryantm/auto-update/python310Packages.pycaption

python310Packages.pycaption: 2.1.1 -> 2.2.0
This commit is contained in:
OTABI Tomoya 2023-11-11 13:22:01 +09:00 committed by GitHub
commit 9c5b6ec1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.1.1";
version = "2.2.0";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-B+uIh8WTPPeNVU3yP8FEGc8OinY0MpJb9dHLC+nhi4I=";
hash = "sha256-W/sD/Nh2k1z7YvFVnQB9dGa1bXoCTb4QrPk/1mi4Hdk=";
};
propagatedBuildInputs = [