Skip to content

Commit

Permalink
python312Packages.latex2pydata: 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Jun 3, 2024
1 parent 4e23ffb commit 6ef9d52
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/development/python-modules/latex2pydata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@

buildPythonPackage rec {
pname = "latex2pydata";
version = "0.2.0";

format = "pyproject";
version = "0.3.0";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-lFYGBFox7fv/vlfqZN3xsh9UIRCQ+C5Cizq9j4RTcJ0=";
hash = "sha256-XMGmTK1H6f66pI/wDLA3+Pytl4A7spbMMpfa77xr2M4=";
};

nativeBuildInputs = [
build-system = [
setuptools
];

Expand Down

0 comments on commit 6ef9d52

Please sign in to comment.