summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/termplotlib
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-15 01:34:36 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-15 01:34:36 +0200
commitadf4e67dd414babe715e17eaf5dfbc8d63a06cae (patch)
tree53a5e209186782fc1127b778bab773be9d7d6a57 /pkgs/development/python-modules/termplotlib
parent850a9bf3f2c65c98452640162262e7a807f7609f (diff)
parentc3c77ae81271cce85e0117a1dd316fdcf94be74b (diff)
Merge remote-tracking branch 'origin/staging' into staging-next
Diffstat (limited to 'pkgs/development/python-modules/termplotlib')
-rw-r--r--pkgs/development/python-modules/termplotlib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/termplotlib/default.nix b/pkgs/development/python-modules/termplotlib/default.nix
index 492d51dcb2ca..06432b673afd 100644
--- a/pkgs/development/python-modules/termplotlib/default.nix
+++ b/pkgs/development/python-modules/termplotlib/default.nix
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "termplotlib";
- version = "0.3.8";
+ version = "0.3.9";
src = fetchFromGitHub {
owner = "nschloe";
repo = pname;
rev = "v${version}";
- sha256 = "10k70pb7554cc2zwkcgxfak8nb7iqqw6njbnaqfdz07l4v9f6smm";
+ sha256 = "1qfrv2w7vb2bbjvd5lqfq57c23iqkry0pwmif1ha3asmz330rja1";
};
format = "pyproject";