lol
0
fork

Configure Feed

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

python310Packages.accessible-pygments: 0.0.3 -> 0.0.4

Changelog: https://github.com/Quansight-Labs/accessible-pygments/raw/v0.0.4/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/accessible-pygments/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "accessible-pygments"; 10 - version = "0.0.3"; 10 + version = "0.0.4"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-CRe1B2RqazOT60kJGmJQb2sqOTX12V5NEkncUF+KTq4="; 17 + hash = "sha256-57V6mxWVjpYBx+nrB6RAyBMoNUWiCXPyV0pfRT0OlT4="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [