python312Packages.blivet: 3.10.1 -> 3.11.0

This commit is contained in:
R. Ryantm
2024-11-09 14:18:02 +00:00
committed by Vladimir Panteleev
parent 56197afc14
commit 5581748393
@@ -35,14 +35,14 @@ let
in
buildPythonPackage rec {
pname = "blivet";
version = "3.10.1";
version = "3.11.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "blivet";
rev = "blivet-${version}";
hash = "sha256-Ooc63mf03ZO7zxm8s/Tm8jSQg5LWyKnHAqbyvn1UHB8=";
rev = "refs/tags/blivet-${version}";
hash = "sha256-X5U6XFmcsTfetpxwH0ONSnTasnwh2USukYtx+8HwVGc=";
};
postPatch = ''