about summary refs log tree commit diff
path: root/pkgs/applications/editors/nvpy
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-23 01:53:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-23 01:53:58 +0000
commit5f94cacfda04fe753b24e3568b5fcca274e73602 (patch)
tree445d5df40693ee0cc46c88c7fd839b2e141b7efe /pkgs/applications/editors/nvpy
parent98d778f0151f93ea9bf58c17917cc41dc9f535ac (diff)
nvpy: 2.2.0 -> 2.3.1
Diffstat (limited to 'pkgs/applications/editors/nvpy')
-rw-r--r--pkgs/applications/editors/nvpy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/nvpy/default.nix b/pkgs/applications/editors/nvpy/default.nix
index 5532bd8524dae..c304c30be9e80 100644
--- a/pkgs/applications/editors/nvpy/default.nix
+++ b/pkgs/applications/editors/nvpy/default.nix
@@ -3,14 +3,14 @@
 let
   pythonPackages = python3Packages;
 in pythonPackages.buildPythonApplication rec {
-  version = "2.2.0";
+  version = "2.3.1";
   pname = "nvpy";
 
   src = fetchFromGitHub {
     owner = "cpbotha";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-eWvD1k0wbzo0G46/LEOlHl1wLvc4JHLL1fg6wuCHiQY=";
+    sha256 = "sha256-guNdLu/bCk89o5M3gQU7J0W4h7eZdLHM0FG5IAPLE7c=";
   };