python311Packages.scikit-misc: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm 2024-02-20 01:48:37 +00:00
parent 791355b27c
commit daf3f93434

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 = ''