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

python3Packages.bundlewrap: 5.0.2 -> 5.0.3 (#501013)

parents a169b90c 708810c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage (finalAttrs: {
  pname = "bundlewrap";
  version = "5.0.2";
  version = "5.0.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bundlewrap";
    repo = "bundlewrap";
    tag = finalAttrs.version;
    hash = "sha256-kU76WvT4VE/78HTMjByoDHgkrg/5MlS5vnc6z6lAANw=";
    hash = "sha256-gncxzeAlfob0dXZ1iqMwqG5h+OyGxvPhrS0MZ+x0mbo=";
  };

  build-system = [ setuptools ];