lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #312589 from r-ryantm/auto-update/python311Packages.pycaption

python311Packages.pycaption: 2.2.6 -> 2.2.7

authored by

Robert Schütz and committed by
GitHub
485dddf5 50895a47

+2 -2
+2 -2
pkgs/development/python-modules/pycaption/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pycaption"; 16 - version = "2.2.6"; 16 + version = "2.2.7"; 17 17 18 18 disabled = pythonOlder "3.8"; 19 19 ··· 23 23 owner = "pbs"; 24 24 repo = "pycaption"; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-XN83L6WsRyl9G0ia4uz3SCVcwwUNUyfNMB64RfZh+PA="; 26 + hash = "sha256-0rh8w4zQN5qAIPwnm7FO6VyPxMdutYFflpY+xWdEm3M="; 27 27 }; 28 28 29 29 nativeBuildInputs = [