psrecord: 1.2 -> 1.4

This commit is contained in:
airone01
2026-05-24 23:25:24 +02:00
parent 12726aa648
commit d678f570f0
+2 -2
View File
@@ -8,12 +8,12 @@
}:
buildPythonApplication rec {
pname = "psrecord";
version = "1.2";
version = "1.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "5d48410e543b71e5dc4677705acc2a753db65814d3ccbdfbca8d5d3a09b053b1";
sha256 = "sha256-WXcYVIi1ZwI5xziVGcqEy5BN3fEQH/825EWJjYcUVLE=";
};
propagatedBuildInputs = [