python3Packages.pyparted: 3.11.4 -> 3.11.7

This commit is contained in:
Jonathan Ringer 2021-03-24 10:41:54 -07:00 committed by Frederik Rietdijk
parent 44ac7bd4ef
commit 41a0dcba70

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyparted";
version = "3.11.4";
version = "3.11.7";
disabled = isPyPy;
src = fetchFromGitHub {
repo = pname;
owner = "dcantrell";
rev = "v${version}";
sha256 = "0wd0xhv1y1zw7djzcnimj8irif3mg0shbhgz0jn5yi914is88h6n";
sha256 = "01193fmkss9icjvqpw85szpk8ld1pnha7p9kqm7mpwk6rc6gi2m3";
};
postPatch = ''