about summary refs log tree commit diff
path: root/pkgs/development/python-modules/nvchecker
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-10-05 20:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-10-05 20:00:00 -0500
commitfc64051addbb59fb9bfadebc75351ed19869a0d2 (patch)
treee3a9d17674eb9cacde20fe9cdd9da78bfb684f95 /pkgs/development/python-modules/nvchecker
parent0d47426f37d6517ef6ab095df1f9d4e7395e8981 (diff)
nvchecker: 2.0 -> 2.1
Diffstat (limited to 'pkgs/development/python-modules/nvchecker')
-rw-r--r--pkgs/development/python-modules/nvchecker/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/nvchecker/default.nix b/pkgs/development/python-modules/nvchecker/default.nix
index 4208439075148..e85fc4693aeec 100644
--- a/pkgs/development/python-modules/nvchecker/default.nix
+++ b/pkgs/development/python-modules/nvchecker/default.nix
@@ -2,14 +2,14 @@
 
 buildPythonPackage rec {
   pname = "nvchecker";
-  version = "2.0";
+  version = "2.1";
 
   # Tests not included in PyPI tarball
   src = fetchFromGitHub {
     owner = "lilydjwg";
     repo = pname;
     rev = "v${version}";
-    sha256 = "13wa95pvivbyshq3ys12iyvn8wlyzxfia8l6xh3fd46a2cs9x9g7";
+    sha256 = "0zf9vhf8ka0v1mf1xhbvkc2nr54m0rkiw1i68ps4sgx2mdj6qrfk";
   };
 
   propagatedBuildInputs = [ setuptools toml structlog appdirs tornado pycurl aiohttp ];