Unverified Commit 827f771c authored by Vladimir Panteleev's avatar Vladimir Panteleev
Browse files

blivet: 3.12.1 -> 3.13.1

parent 41667e2f
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  pygobject3,
  libblockdev,
  bytesize,
  dasbus,
  pyudev,
  dbus-python,
  util-linux,
@@ -34,14 +35,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 = ''
@@ -61,6 +62,7 @@ buildPythonPackage rec {
    pygobject3
    libblockdevPython
    bytesize
    dasbus
    pyudev
    dbus-python
    util-linux