Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python38Packages.distlib: 0.2.9.post0 -> 0.3.0

authored by R. RyanTM and committed by Jon bcdade7e cc449015

+2 -2
+2 -2
pkgs/development/python-modules/distlib/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "distlib"; 5 - version = "0.2.9.post0"; 5 + version = "0.3.0"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "ecb3d0e4f71d0fa7f38db6bcc276c7c9a1c6638a516d726495934a553eb3fbe0"; 9 + sha256 = "08fyi2r246733vharl2yckw20rilci28r91mzrnnvcr638inw5if"; 10 10 extension = "zip"; 11 11 }; 12 12