Merge pull request #290085 from r-ryantm/auto-update/python311Packages.scikit-misc

python311Packages.scikit-misc: 0.3.0 -> 0.3.1
This commit is contained in:
Nick Cao 2024-02-20 09:05:14 -05:00 committed by GitHub
commit e668f57434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "scikit-misc";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "has2k1";
repo = "scikit-misc";
rev = "refs/tags/v${version}";
hash = "sha256-XV3s+y3JdMr1770S91ek6Y7MqvTg7/2cphLQldUPe5s=";
hash = "sha256-2L30hvKbFqIGlSEbzc1HvHybBqDGldJfZoUpqJJOv2Q=";
};
postPatch = ''