python310Packages.hydra-check: 1.3.4 -> 1.3.5

This commit is contained in:
R. Ryantm 2023-08-06 03:53:58 +00:00
parent 97bd658852
commit 14bb10f98f

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "hydra-check";
version = "1.3.4";
version = "1.3.5";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "nix-community";
repo = pname;
rev = "v${version}";
hash = "sha256-voSbpOPJUPjwzdMLVt2TC/FIi6LKk01PLd/GczOAUR8=";
rev = "refs/tags/v${version}";
hash = "sha256-fRSC+dfZZSBBeN6YidXRKc1kPUbBKz5OiFSHGOSikgI=";
};
nativeBuildInputs = [ poetry-core ];