mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.perfplot: 0.8.10 -> 0.9.5
This commit is contained in:
parent
ddff4f917a
commit
c238cd3a1f
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "perfplot";
|
pname = "perfplot";
|
||||||
version = "0.8.10";
|
version = "0.9.5";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nschloe";
|
owner = "nschloe";
|
||||||
repo = "perfplot";
|
repo = "perfplot";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "17xx33fk95fpkd8h2whblpwfls9vyqbv7anq34kpigjy8zxfi2qk";
|
sha256 = "1nr31a7qvipqjycw2flkabnhnc4drbi1xpjm8yjxw2gjzznd1jg4";
|
||||||
};
|
};
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue