python311Packages.unearth: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm 2023-07-17 14:16:20 +00:00
parent fdf0e8f80a
commit 2383c38e4e

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "unearth";
version = "0.9.1";
version = "0.9.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cgWDKwhwBdG3RpA6U1yn0NtTgcH2Id3AApBSTVav0hc=";
hash = "sha256-hF9LVzOHTOO0JyEm3kluq+AKSa1nj90E1ILR533u1CU=";
};
nativeBuildInputs = [