Unverified Commit a0d7fe25 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

python3Packages.colored: 2.2.3 -> 2.3.1 (#438636)

parents 1f642e98 80656b67
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "colored";
  version = "2.2.3";
  version = "2.3.1";
  format = "pyproject";

  src = fetchFromGitLab {
    owner = "dslackw";
    repo = "colored";
    rev = "refs/tags/${version}";
    hash = "sha256-4APFAIN+cmPPd6qbqVC9iU4YntNEjoPbJXZywG1hsBY=";
    hash = "sha256-PPaPw7pCZJeBz6h5omZ+kcRXsqi6ncLYGM7FNfZ0r4w=";
  };

  nativeBuildInputs = [ flit-core ];