0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python3Packages.perfplot: 0.9.8 -> 0.9.13

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:37 -08:00 committed by Martin Weinelt
parent c0935faef5
commit 797c78e1e6

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "perfplot";
version = "0.9.8";
version = "0.9.13";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "nschloe";
repo = pname;
rev = version;
sha256 = "17dpgd27ik7ka7xpk3mj3anbjj62lwygy1vxlmrmk8xbhrqkim8d";
sha256 = "0ry5x38sv8gh505z6ip90jymm7kfgyf80y3vjb2i6z567bnblam6";
};
format = "pyproject";