about summary refs log tree commit diff
path: root/pkgs/development/python-modules/perfplot
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-03-24 10:41:52 -0700
committerFrederik Rietdijk <fridh@fridh.nl>2021-04-03 17:49:49 +0200
commitc00478086333a6327792152752d3a704eaf405e9 (patch)
tree3d6395f2f9ca84d1ca431ad6de48046964193c45 /pkgs/development/python-modules/perfplot
parent1db505d311386a2aba7af77769c40893d4397300 (diff)
python3Packages.perfplot: 0.8.4 -> 0.8.10
Diffstat (limited to 'pkgs/development/python-modules/perfplot')
-rw-r--r--pkgs/development/python-modules/perfplot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/perfplot/default.nix b/pkgs/development/python-modules/perfplot/default.nix
index 371eff249c2d7..70af6cc9c8ae3 100644
--- a/pkgs/development/python-modules/perfplot/default.nix
+++ b/pkgs/development/python-modules/perfplot/default.nix
@@ -13,14 +13,14 @@
 
 buildPythonPackage rec {
   pname = "perfplot";
-  version = "0.8.4";
+  version = "0.8.10";
   disabled = isPy27;
 
   src = fetchFromGitHub {
     owner = "nschloe";
     repo = "perfplot";
     rev = "v${version}";
-    sha256 = "0avb0inx8qh8ss3j460v3z6mmn863hswa3bl19vkh475ndsjwmp0";
+    sha256 = "17xx33fk95fpkd8h2whblpwfls9vyqbv7anq34kpigjy8zxfi2qk";
   };
   format = "pyproject";