Merge pull request #263502 from r-ryantm/auto-update/python311Packages.yark
python311Packages.yark: 1.2.8 -> 1.2.9
This commit is contained in:
commit
6863de1169
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "yark";
|
||||
version = "1.2.8";
|
||||
version = "1.2.9";
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-FXgJ/y8qN7FkR7nhpNgPvUH/EQgw8cgRFqUA9KiJKKM=";
|
||||
hash = "sha256-g9JwFnB4tFuvRvQGEURbIB2gaXQgCQJkL1sNmYMFvck=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Reference in a new issue