Skip to content

Commit bb768ba

Browse files
authored
python312Packages.latexrestricted: 0.5.0 -> 0.6.0 (#352263)
2 parents 27197c1 + 5d5f5cb commit bb768ba

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/latexrestricted

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/latexrestricted/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
buildPythonPackage rec {
99
pname = "latexrestricted";
10-
version = "0.5.0";
10+
version = "0.6.0";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
inherit pname version;
15-
hash = "sha256-PwhVKgoXujiLC+3FPAtUdvBEgeNwD6aBK+I5p8xeLwo=";
15+
hash = "sha256-/N5eC32OVN6qxWZAwAUlCIrMV2ARitiX3gaCPiSCRHs=";
1616
};
1717

1818
build-system = [ setuptools ];

0 commit comments

Comments
 (0)