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

python312Packages.latexrestricted: 0.4.0 -> 0.5.0 (#349082)

This commit is contained in:
José Romildo Malaquias 2024-10-16 21:40:15 -03:00 committed by GitHub
commit 9f6387670e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "latexrestricted";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-AMfDTruJKejDdXW98VkeeEwELql5566bsL1SutLDpso=";
hash = "sha256-PwhVKgoXujiLC+3FPAtUdvBEgeNwD6aBK+I5p8xeLwo=";
};
build-system = [ setuptools ];