Loading pkgs/development/python-modules/latexrestricted/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "latexrestricted"; version = "0.5.0"; version = "0.6.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-PwhVKgoXujiLC+3FPAtUdvBEgeNwD6aBK+I5p8xeLwo="; hash = "sha256-/N5eC32OVN6qxWZAwAUlCIrMV2ARitiX3gaCPiSCRHs="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/latexrestricted/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "latexrestricted"; version = "0.5.0"; version = "0.6.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-PwhVKgoXujiLC+3FPAtUdvBEgeNwD6aBK+I5p8xeLwo="; hash = "sha256-/N5eC32OVN6qxWZAwAUlCIrMV2ARitiX3gaCPiSCRHs="; }; build-system = [ setuptools ]; Loading