summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/termplotlib
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2021-11-12 20:56:14 -0500
committerGitHub <noreply@github.com>2021-11-12 20:56:14 -0500
commitfd1f8e149813909b9566a8ee17bb8bed3666ecfa (patch)
tree6eb4111496cd0b7b895ed99f361f24feff5d7cb1 /pkgs/development/python-modules/termplotlib
parent5d26ff13e5ab12d0dd5730512db787755363145b (diff)
parent36941818f25feb27700f25ce054322025209e264 (diff)
Merge branch 'master' into mjolnir-init
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";