Skip to content

Commit c57e66f

Browse files
authored
plotext: 5.2.8 -> 5.3.2 (NixOS#391896)
2 parents a1ae0c6 + 2b2b228 commit c57e66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/plotext/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
buildPythonPackage rec {
88
pname = "plotext";
9-
version = "5.2.8";
9+
version = "5.3.2";
1010
format = "setuptools";
1111

1212
src = fetchFromGitHub {
1313
owner = "piccolomo";
1414
repo = pname;
1515
tag = version;
16-
hash = "sha256-V7N7p5RxLKYLmJeojikYJ/tT/IpVGzG3ZPVvUisDAVs=";
16+
hash = "sha256-4cuStXnZFTlOoBp9w+LrTZavCWEaQdZMY4apGNKvBXE=";
1717
};
1818

1919
# Package does not have a conventional test suite that can be run with either

0 commit comments

Comments
 (0)