Merge pull request #256904 from r-ryantm/auto-update/python310Packages.plac

python310Packages.plac: 1.3.5 -> 1.4.0
This commit is contained in:
OTABI Tomoya 2023-09-24 11:02:15 +09:00 committed by GitHub
commit 77b99c743f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "plac";
version = "1.3.5";
version = "1.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,8 +15,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "ialbert";
repo = pname;
rev = "v${version}";
hash = "sha256-U3k97YJhQjulYNWcKVx96/5zND5VfsRjA3ZZHWhcDNg=";
rev = "refs/tags/v${version}";
hash = "sha256-BH6NKbDMhlNuo+orIEweABNSVZv1K9VrZBrCIs6H6BU=";
};
# tests are broken, see https://github.com/ialbert/plac/issues/74