Unverified Commit 7fbb0f83 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.coloraide: 6.2 -> 7.0 (#478631)

parents ad7c25f2 05bde158
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  typing-extensions,
}:
let
  version = "6.2";
  version = "7.0";
in
buildPythonPackage {
  pname = "coloraide";
@@ -18,7 +18,7 @@ buildPythonPackage {
    owner = "facelessuser";
    repo = "coloraide";
    tag = version;
    hash = "sha256-WWqHYeFqdVAgBIiBgr5o8URI+ZyMIn7efnbTyelJgII=";
    hash = "sha256-RjccFdsI7VAVieyVR2XbMTuG2SgPGCLzxjPrJ5G7tIo=";
  };

  build-system = [