Commit c5198817 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.plastexshowmore: 0.0.2 -> 0.1.0

This commit was automatically generated using update-python-libraries.
parent 47684e21
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@
  plasTeX,
}:

buildPythonPackage {
buildPythonPackage (finalAttrs: {
  pname = "plastexshowmore";
  version = "0.0.2";
  version = "0.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    repo = "plastexshowmore";
    owner = "PatrickMassot";
    rev = "0.0.2";
    hash = "sha256-b45VHHEwFA41FaInDteix56O7KYDzyKiRRSl7heHqEA=";
    tag = finalAttrs.version;
    hash = "sha256-fKjGt3bMAGUjUAea3IDo9wmcE/IJDB9vLEvFbqgWvDM=";
  };

  build-system = [ setuptools ];
@@ -32,4 +32,4 @@ buildPythonPackage {
    maintainers = with lib.maintainers; [ niklashh ];
    license = lib.licenses.asl20;
  };
}
})