forked from mirrors/nixpkgs
python3Packages.pyparted: 3.11.4 -> 3.11.7
This commit is contained in:
parent
44ac7bd4ef
commit
41a0dcba70
|
@ -9,14 +9,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyparted";
|
pname = "pyparted";
|
||||||
version = "3.11.4";
|
version = "3.11.7";
|
||||||
disabled = isPyPy;
|
disabled = isPyPy;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = pname;
|
repo = pname;
|
||||||
owner = "dcantrell";
|
owner = "dcantrell";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0wd0xhv1y1zw7djzcnimj8irif3mg0shbhgz0jn5yi914is88h6n";
|
sha256 = "01193fmkss9icjvqpw85szpk8ld1pnha7p9kqm7mpwk6rc6gi2m3";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue