summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/extractcode/7z.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-07-03 12:06:58 +0200
committerVladimír Čunát <v@cunat.cz>2021-07-03 12:06:58 +0200
commit37d54f4445556f3571ee269e04a4ab89fc13a506 (patch)
tree3d9e263cc07beccf789d846df8789f9c00f99128 /pkgs/development/python-modules/extractcode/7z.nix
parentRevert "stdenv bootstrap: upgrade x86_64-linux bootstrap tools & use temporar... (diff)
parentMerge pull request #126688 from Binary-Eater/polkit (diff)
downloadnixpkgs-origin/glibc-2.33.tar.gz
Merge branch 'staging' into glibc-2.33origin/glibc-2.33
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";