Merge pull request #257865 from r-ryantm/auto-update/python310Packages.torchsde

python310Packages.torchsde: 0.2.4 -> 0.2.6
This commit is contained in:
Weijia Wang 2023-10-13 15:05:53 +02:00 committed by GitHub
commit 0f7196a028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "torchsde";
version = "0.2.4";
version = "0.2.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "google-research";
repo = "torchsde";
rev = "v${version}";
hash = "sha256-qQ7oswm0qTdq1xpQElt5cd3K0zskH+H/lgyEnxbCqsI=";
rev = "refs/tags/v${version}";
hash = "sha256-D0p2tL/VvkouXrXfRhMuCq8wMtzeoBTppWEG5vM1qCo=";
};
postPatch = ''