python36Packages.simpleeval: 0.9.6 -> 0.9.8

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-simpleeval/versions
This commit is contained in:
R. RyanTM 2018-10-23 21:11:30 -07:00 committed by Frederik Rietdijk
parent 734de7a70b
commit b4cd03bc4f

View File

@ -2,10 +2,10 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "simpleeval"; pname = "simpleeval";
version = "0.9.6"; version = "0.9.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "848fdb9ee5f30cf93b9f0d840db6e7562633d20abf7d67c2382a0a2162a79410"; sha256 = "00fzwbjg98lsnmfzmbgzg1k8q8iqbahcxjnnlhzhb44phrhcxql5";
}; };
meta = { meta = {
homepage = https://github.com/danthedeckie/simpleeval; homepage = https://github.com/danthedeckie/simpleeval;