Merge pull request #265768 from r-ryantm/auto-update/python310Packages.einops

python310Packages.einops: 0.6.1 -> 0.7.0
This commit is contained in:
OTABI Tomoya 2023-11-07 23:00:50 +09:00 committed by GitHub
commit 010ebc3150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "einops";
version = "0.6.1";
version = "0.7.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "arogozhnikov";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+TaxaxOc5jAm79tIK0NHZ58HgcgdCANrSo/602YaF8E=";
hash = "sha256-wCs3rMnYCk07kJ3iPItxwCQATflKBYHk6tfBCjiF+bc=";
};
nativeBuildInputs = [ hatchling ];