Commit b3ed3507 authored by R. RyanTM's avatar R. RyanTM Committed by Bjørn Forsman
Browse files

python312Packages.llfuse: 1.5.0 -> 1.5.1

parent 9b46189a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "llfuse";
  version = "1.5.0";
  version = "1.5.1";

  format = "pyproject";

@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "python-llfuse";
    repo = "python-llfuse";
    rev = "refs/tags/release-${version}";
    hash = "sha256-6/iW5eHmX6ODVPLFkOo3bN9yW8ixqy2MHwQ2r9FA0iI=";
    hash = "sha256-wni/b1hEn6/G0RszCJi+wmBHx6F0Ov1cZ/sRf8PLmps=";
  };

  nativeBuildInputs = [