Skip to content

Commit

Permalink
latexminted: 0.1.0b9 -> 0.1.0b16
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Sep 4, 2024
1 parent 4e57ff3 commit 9433700
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/la/latexminted/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

python3Packages.buildPythonApplication rec {
pname = "latexminted";
version = "0.1.0b9";
version = "0.1.0b16";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-QUFfoX1jv5pVQDEBGaVd1madfqbTWTJyXPh4gw7P5UE=";
hash = "sha256-9iUxoJIctp5IPEaEHqw0AwgcEkxlEyPTZhRkpXSjSIA=";
};

build-system = with python3Packages; [
Expand All @@ -22,6 +22,7 @@ python3Packages.buildPythonApplication rec {
dependencies = with python3Packages; [
pygments
latex2pydata
latexrestricted
];

passthru = {
Expand Down

0 comments on commit 9433700

Please sign in to comment.