python36Packages.outcome: 0.1.0 -> 1.0.0 (#48978)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-outcome/versions
This commit is contained in:
R. RyanTM 2018-10-24 03:20:43 -07:00 committed by xeji
parent 2b7f6b3c40
commit 53b55573a5

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "outcome";
version = "0.1.0";
version = "1.0.0";
disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
sha256 = "d54e5d469088af53022f64a753b288d6bab0fe42e513eb7146137d560e2e516e";
sha256 = "0wdcakx1r1317bx6139k9gv6k272fryid83d1kk0r43andfw0n4x";
};
checkInputs = [ pytest ];