lol
0
fork

Configure Feed

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

python3Packages.latexcodec: 3.0.0 -> 3.0.1

R. Ryantm 4a567f70 247c3817

+2 -2
+2 -2
pkgs/development/python-modules/latexcodec/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "latexcodec"; 11 - version = "3.0.0"; 11 + version = "3.0.1"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-kX3F/iQnYswZ2WPmVItC1joRgCjN0zYdYjl+O2OLa8U="; 16 + hash = "sha256-54ppEc1y+d7DUDHG7CNYTeaEK/vEYQqWeIaNFM37A1c="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [ six ];