Merge pull request #264312 from natsukium/pdm/update

pdm: 2.9.3 -> 2.10.0; python311Packages.unearth: 0.11.2 -> 0.12.1
This commit is contained in:
OTABI Tomoya
2023-10-31 18:18:10 +09:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "unearth";
version = "0.11.2";
version = "0.12.1";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DrWogA/aBhDglf73aLSNR8hYybhBenha9kcEbC317Ss=";
hash = "sha256-TKrZQbYPUeUP3BCYZiNNQHkQrvd/EjOqG2tdFox0J+4=";
};
nativeBuildInputs = [
@@ -31,13 +31,13 @@ in
with python.pkgs;
buildPythonApplication rec {
pname = "pdm";
version = "2.9.3";
version = "2.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CxGVtR6WMLWgsGPyffywEgy26ihPGkzZdaOibwhW0lM=";
hash = "sha256-ziJJWVr59hsJJqCJljLfSbHHESYegFak+uFLU/k9kZM=";
};
nativeBuildInputs = [