1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

python3Packages.perfplot: 0.8.10 -> 0.9.5

This commit is contained in:
Jonathan Ringer 2021-06-18 18:39:10 -07:00 committed by Martin Weinelt
parent ddff4f917a
commit c238cd3a1f

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "perfplot";
version = "0.8.10";
version = "0.9.5";
disabled = isPy27;
src = fetchFromGitHub {
owner = "nschloe";
repo = "perfplot";
rev = "v${version}";
sha256 = "17xx33fk95fpkd8h2whblpwfls9vyqbv7anq34kpigjy8zxfi2qk";
sha256 = "1nr31a7qvipqjycw2flkabnhnc4drbi1xpjm8yjxw2gjzznd1jg4";
};
format = "pyproject";