summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-19 01:10:54 -0400
committerGitHub <noreply@github.com>2024-04-19 01:10:54 -0400
commit8d1fb43abbab083ceafc19311e9a61e0ed26ac38 (patch)
treeb593fc98ced5236a1739bd05482893fbaf2715fd
parent32bf14c3a4bc5fdf36b9252e06fc66c1855a56bd (diff)
parent62ecfbc3328cacbf0be2c5a7707ee00ce816e5f8 (diff)
Merge pull request #305091 from r-ryantm/auto-update/python312Packages.unearth
python312Packages.unearth: 0.15.1 -> 0.15.2
-rw-r--r--pkgs/development/python-modules/unearth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/unearth/default.nix b/pkgs/development/python-modules/unearth/default.nix
index 0527e90f2636..25be1098eb9d 100644
--- a/pkgs/development/python-modules/unearth/default.nix
+++ b/pkgs/development/python-modules/unearth/default.nix
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "unearth";
- version = "0.15.1";
+ version = "0.15.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
- hash = "sha256-hj3rMznA1lpb4NCtLGfUbV9XSnmOdO8FUr8R0pijCrs=";
+ hash = "sha256-OB8+aWnbCyjZ/C+/shaGBXm/NBvWlUcvLGLivM6ebT0=";
};
build-system = [