nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.WebOb: 1.8.5 -> 1.8.6

+2 -2
+2 -2
pkgs/development/python-modules/webob/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "WebOb"; 10 - version = "1.8.5"; 10 + version = "1.8.6"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "05aaab7975e0ee8af2026325d656e5ce14a71f1883c52276181821d6d5bf7086"; 14 + sha256 = "aa3a917ed752ba3e0b242234b2a373f9c4e2a75d35291dcbe977649bd21fd108"; 15 15 }; 16 16 17 17 propagatedBuildInputs = [ nose pytest ];