Unverified Commit e6884b8c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.colcon-output: 0.2.13 -> 0.2.14 (#505851)

parents 612832a4 0148dcfd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "colcon-output";
  version = "0.2.13";
  version = "0.2.14";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "colcon";
    repo = "colcon-output";
    tag = version;
    hash = "sha256-6HFpqGJMjQswKaGSUXVdzoKW677mdmy/PeEZFBCzaMU=";
    hash = "sha256-Zt8ZG2SZAgS1iXMnu3b2dSoP9IzrwLwMUXVSJWqRV9w=";
  };

  build-system = [ setuptools ];