mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python: vmprof: 0.4.13 -> 0.4.15
This commit is contained in:
parent
d6d65acbe3
commit
cd5efb76e8
@ -6,12 +6,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.4.13";
|
||||
version = "0.4.15";
|
||||
pname = "vmprof";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b6121f3d989fe48c2fb7242acded5f1e2e86d25d05d73c41257f236fd9badb2c";
|
||||
sha256 = "a2d872a40196404386d1e0d960e97b37c86c3f72a4f9d5a2b5f9ca1adaff5b62";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ requests six];
|
||||
|
Loading…
Reference in New Issue
Block a user