Commit a5047b35 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.justext: 3.0.0 -> 3.0.1

parent 5752bc84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "justext";
  version = "3.0.0";
  version = "3.0.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "miso-belica";
    repo = "jusText";
    rev = "refs/tags/v${version}";
    hash = "sha256-WNxDoM5666tEHS9pMl5dOoig4S7dSYaCLZq71tehWqw=";
    hash = "sha256-9i7hzCK/ijh8xw9l2ZbVhVj5IBf0WD/49/R1tSWgqrQ=";
  };

  propagatedBuildInputs = [