1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

python311Packages.pycaption: 2.2.10 -> 2.2.11

This commit is contained in:
R. Ryantm 2024-06-10 09:19:14 +00:00
parent 2bbc9c09ba
commit 80cfc562b5

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.2.10";
version = "2.2.11";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pbs";
repo = "pycaption";
rev = "refs/tags/${version}";
hash = "sha256-U4ooAKs0vy6jQdUake2R0RKs9lz+DNvS1f3/c2Mck5k=";
hash = "sha256-ae3aldx/8nRnqut7py2KmqETQuAUt2wpDwFA/30UiGg=";
};
nativeBuildInputs = [ setuptools ];