about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pudb
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-08 05:43:44 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-08 11:26:56 -0800
commit6015cd8ea8d4030655a1379aad6628555cdf8455 (patch)
tree223e283aa5885a84a4a9a5db3ad680e4c23bbcd0 /pkgs/development/python-modules/pudb
parent89d612804d0cdfb4c8280070a6ad4acae09f734c (diff)
python38Packages.pudb: 2021.2.2 -> 2022.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 81e1627324ad8..0ae60b381c642 100644
--- a/pkgs/development/python-modules/pudb/default.nix
+++ b/pkgs/development/python-modules/pudb/default.nix
@@ -14,14 +14,14 @@
 
 buildPythonPackage rec {
   pname = "pudb";
-  version = "2021.2.2";
+  version = "2022.1";
   format = "setuptools";
 
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "82a524ab4b89d2c701b089071ccc6afa9c8a838504e3d68eb33faa8a8abbe4cb";
+    sha256 = "e827a4b489dcad561189535db6677becbf32164b2b44df00786eb2d5e00c587e";
   };
 
   propagatedBuildInputs = [