mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
Merge pull request #215970 from fabaff/pefile-bump
python310Packages.pefile: 2022.5.30 -> 2023.2.7
This commit is contained in:
commit
7dd2216c65
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pefile";
|
pname = "pefile";
|
||||||
version = "2022.5.30";
|
version = "2023.2.7";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
@ -16,8 +16,8 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "erocarrera";
|
owner = "erocarrera";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-Cv20hJsErHFSuS5Q1kqLNp4DAsPXv/eFhaU9oYECSeI=";
|
hash = "sha256-lD8GpNl+cVNYTZUKFRF1/2kDwEbn/ekRBNBTYuFmFW0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -38,6 +38,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Multi-platform Python module to parse and work with Portable Executable (aka PE) files";
|
description = "Multi-platform Python module to parse and work with Portable Executable (aka PE) files";
|
||||||
homepage = "https://github.com/erocarrera/pefile";
|
homepage = "https://github.com/erocarrera/pefile";
|
||||||
|
changelog = "https://github.com/erocarrera/pefile/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ pamplemousse ];
|
maintainers = with maintainers; [ pamplemousse ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user