about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pudb
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-25 14:47:05 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:52:10 -0800
commit5534fde29da41291d4fd54a5750ddf05010de842 (patch)
tree1f16a61a13ff4099c4e28e4e50343e4973debfae /pkgs/development/python-modules/pudb
parent5d052c96037100372e55260ce8678fa3adeb0dd1 (diff)
python3Packages.pudb: 2021.1 -> 2021.2.2
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 3459c5c99742f..b156bce135041 100644
--- a/pkgs/development/python-modules/pudb/default.nix
+++ b/pkgs/development/python-modules/pudb/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "pudb";
-  version = "2021.1";
+  version = "2021.2.2";
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "309ee82b45a0ffca0bc4c7f521fd3e357589c764f339bdf9dcabb7ad40692d6e";
+    sha256 = "82a524ab4b89d2c701b089071ccc6afa9c8a838504e3d68eb33faa8a8abbe4cb";
   };
 
   propagatedBuildInputs = [