about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pudb
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-26 21:38:09 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-01 21:23:18 +0200
commit41fc7ddc9768bd8051f63a6226f74df15d2a15b4 (patch)
tree521dbabba0a0efce03d4f1f8861091f5bd9227a8 /pkgs/development/python-modules/pudb
parentf617ab435c4617be4e4361f86fc60e9e2beedec6 (diff)
python3Packages.pudb: 2020.1 -> 2021.1
Diffstat (limited to 'pkgs/development/python-modules/pudb')
-rw-r--r--pkgs/development/python-modules/pudb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pudb/default.nix b/pkgs/development/python-modules/pudb/default.nix
index af653f260cd3e..6df85ca5f089b 100644
--- a/pkgs/development/python-modules/pudb/default.nix
+++ b/pkgs/development/python-modules/pudb/default.nix
@@ -8,11 +8,11 @@
 
 buildPythonPackage rec {
   pname = "pudb";
-  version = "2020.1";
+  version = "2021.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "2ef23d3371439f13fffbe7f8b9fc180a19d4183dc9cab204d878d7c7766464bf";
+    sha256 = "309ee82b45a0ffca0bc4c7f521fd3e357589c764f339bdf9dcabb7ad40692d6e";
   };
 
   propagatedBuildInputs = [ pygments urwid ];