python36Packages.grip: 4.4.0 -> 4.5.2 (#49050)

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-grip/versions
This commit is contained in:
R. RyanTM 2018-10-27 06:08:45 -07:00 committed by Robert Schütz
parent 2da483c239
commit c77a322edb

View File

@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "grip";
version = "4.4.0";
version = "4.5.2";
src = fetchFromGitHub {
owner = "joeyespo";
repo = "grip";
rev = "v${version}";
sha256 = "1768n3w40qg1njkzqjyl5gkva0h31k8h250821v69imj1zimymag";
sha256 = "0hphplnyi903jx7ghfxplg1qlj2kpcav1frr2js7p45pbh5ib9rm";
};
patches = [