Unverified Commit b83d25ab authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.backports-zstd: 1.2.0 -> 1.3.0 (#478463)

parents 4e5d604b cc9d8b8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "backports-zstd";
  version = "1.2.0";
  version = "1.3.0";
  pyproject = true;

  src = fetchFromGitHub {
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    postFetch = ''
      rm -r "$out/src/c/zstd"
    '';
    hash = "sha256-qKobd0TSdZhaBJlitWkRF4zj3Td8fk97GhXp2gZM1Ic=";
    hash = "sha256-AF2Id4U2++RMCFICxz0E3DrgEVgGNsph4sIZ9YC87fE=";
  };

  postPatch = ''