summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/blessed
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-09 00:22:58 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 00:12:12 +0200
commit1ae52d17b0dc59b11db569354eed827365cb1587 (patch)
treee7edd5c43478d71f29df98936b23ebf95edc5518 /pkgs/development/python-modules/blessed
parentpython3Packages.binwalk: 2.3.2 -> 2.3.3 (diff)
downloadnixpkgs-1ae52d17b0dc59b11db569354eed827365cb1587.tar.gz
python3Packages.blessed: 1.18.1 -> 1.19.0
Diffstat (limited to 'pkgs/development/python-modules/blessed')
-rw-r--r--pkgs/development/python-modules/blessed/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/blessed/default.nix b/pkgs/development/python-modules/blessed/default.nix
index f3a6a9dd3b45..981b5c85f96e 100644
--- a/pkgs/development/python-modules/blessed/default.nix
+++ b/pkgs/development/python-modules/blessed/default.nix
@@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "blessed";
- version = "1.18.1";
+ version = "1.19.0";
src = fetchPypi {
inherit pname version;
- sha256 = "8b09936def6bc06583db99b65636b980075733e13550cb6af262ce724a55da23";
+ sha256 = "4db0f94e5761aea330b528e84a250027ffe996b5a94bf03e502600c9a5ad7a61";
};
checkInputs = [ pytest mock glibcLocales ];