Commit 0d442d8e authored by Justin Restivo's avatar Justin Restivo
Browse files

python3Packages.pypng: update src.hash

parent 9a8892f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ buildPythonPackage rec {
    owner = "drj11";
    repo = "pypng";
    tag = "pypng-${version}";
    hash = "sha256-tTnsGCAmHexDWm/T5xpHpcBaQcBEqMfTFaoOAeC+pDs=";
    hash = "sha256-xNUI3yGfwmaccCxgljIZzgJ6YgNxcuOzCXDE7RFJP2I=";
  };

  build-system = [ setuptools ];