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

python3Packages.textx: 4.2.2 -> 4.2.3

parent cf2f6d33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@
let
  textx = buildPythonPackage rec {
    pname = "textx";
    version = "4.2.2";
    version = "4.2.3";
    pyproject = true;

    src = fetchFromGitHub {
      owner = pname;
      repo = pname;
      rev = version;
      hash = "sha256-AlFXaB+D03GAsXNd2GnFOLxo2g5BjWAu6K1/GsncwLw=";
      hash = "sha256-2ZRu7aDDiq+EUjqYI7CxzsmPNXGmWc7DI4ocVZbj3gM=";
    };

    outputs = [