python3Packages.blivet: 3.12.1 -> 3.13.1
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -34,14 +34,14 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "blivet";
|
||||
version = "3.12.1";
|
||||
version = "3.13.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "storaged-project";
|
||||
repo = "blivet";
|
||||
tag = "blivet-${version}";
|
||||
hash = "sha256-ppX2rd1rFkRhca7F56JVQUDEQzW7Cg8ifV60URs2IMY=";
|
||||
hash = "sha256-5uhiCnwj5DyffsI2XEaLdvHMepjGWt2JlDmyZExSNRI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user