summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/extractcode/7z.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/extractcode/7z.nix')
-rw-r--r--pkgs/development/python-modules/extractcode/7z.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/extractcode/7z.nix b/pkgs/development/python-modules/extractcode/7z.nix
index e3318b426ecc..be6fcde55c29 100644
--- a/pkgs/development/python-modules/extractcode/7z.nix
+++ b/pkgs/development/python-modules/extractcode/7z.nix
@@ -4,15 +4,16 @@
, plugincode
, p7zip
}:
+
buildPythonPackage rec {
pname = "extractcode-7z";
- version = "21.4.4";
+ version = "21.5.31";
src = fetchFromGitHub {
owner = "nexB";
repo = "scancode-plugins";
rev = "v${version}";
- sha256 = "xnUGDMS34iMVMGo/nZwRarGzzbj3X4Rt+YHvvKpmy6A=";
+ sha256 = "02qinla281fc6pmg5xzsrmqnf9js76f2qcbf98zq7m2dkn70as4w";
};
sourceRoot = "source/builtins/extractcode_7z-linux";