mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
python3Packages.WebOb: 1.8.5 -> 1.8.6
This commit is contained in:
parent
ad4e2255cf
commit
21e8f84be2
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "WebOb";
|
||||
version = "1.8.5";
|
||||
version = "1.8.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "05aaab7975e0ee8af2026325d656e5ce14a71f1883c52276181821d6d5bf7086";
|
||||
sha256 = "aa3a917ed752ba3e0b242234b2a373f9c4e2a75d35291dcbe977649bd21fd108";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ nose pytest ];
|
||||
|
|
Loading…
Reference in a new issue