From 89eb98312cfe7662ff78e680410f4e6693bb3b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 22 May 2023 12:27:12 -0700 Subject: [PATCH] python310Packages.llfuse: 1.4.3 -> 1.4.4 Diff: https://github.com/python-llfuse/python-llfuse/compare/release-1.4.3...release-1.4.4 Changelog: https://github.com/python-llfuse/python-llfuse/raw/release-1.4.4/Changes.rst --- pkgs/development/python-modules/llfuse/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llfuse/default.nix b/pkgs/development/python-modules/llfuse/default.nix index 04801eae96e..42972013573 100644 --- a/pkgs/development/python-modules/llfuse/default.nix +++ b/pkgs/development/python-modules/llfuse/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "llfuse"; - version = "1.4.3"; + version = "1.4.4"; format = "pyproject"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "python-llfuse"; repo = "python-llfuse"; rev = "refs/tags/release-${version}"; - hash = "sha256-37l6HrAKrXtEhlWTIdlw3L6wCGeOA7IW/aaJn3wf4QY="; + hash = "sha256-qsnmhnZsK0j9dPhXT9mymQTzVHmmGnB5vgONatxDLIo="; }; nativeBuildInputs = [ cython pkg-config setuptools ];