Unverified Commit ff15dc56 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.confection: 1.3.2 -> 1.3.3 (#504326)

parents 26c82625 43dba2b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage (finalAttrs: {
  pname = "confection";
  version = "1.3.2";
  version = "1.3.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "explosion";
    repo = "confection";
    tag = "release-v${finalAttrs.version}";
    hash = "sha256-14e2aOE9HyqrLE6i8ljA81pi7PYdQL+AReo/HPzOwck=";
    hash = "sha256-64QwxK0Rl67n5vb/CuRJw/42A/SE9/Q5gtqITggYqhg=";
  };

  build-system = [