Merge pull request #95550 from r-ryantm/auto-update/psrecord

This commit is contained in:
Daniel Schaefer 2020-08-19 21:00:46 +08:00 committed by GitHub
commit ce90fd39e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ lib, buildPythonApplication, fetchPypi, psutil, matplotlib, pytest }:
buildPythonApplication rec {
pname = "psrecord";
version = "1.1";
version = "1.2";
src = fetchPypi {
inherit pname version;
sha256 = "151rynca97v5wq1drl2yfrqmqil1km72cizn3159c2ip14626mp6";
sha256 = "5d48410e543b71e5dc4677705acc2a753db65814d3ccbdfbca8d5d3a09b053b1";
};
propagatedBuildInputs = [