1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

python37Packages.snakeviz: 2.0.0 -> 2.0.1

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.7-snakeviz/versions
This commit is contained in:
R. RyanTM 2019-07-02 10:24:58 -07:00 committed by Frederik Rietdijk
parent cae7022c70
commit eaecad655f

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "snakeviz";
version = "2.0.0";
version = "2.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "0hvfc7c25cz6p3m3p3klm3njiysp7lkrs9sxm4p40spldl0jlfpa";
sha256 = "11a8cd4g98vq2x61i99ncl5w83clnndwg909ya4y1cdf0k1ckb40";
};
# Upstream doesn't run tests from setup.py