python310Packages.svdtools: 0.1.22 -> 0.1.23

This commit is contained in:
R. Ryantm 2022-05-02 11:23:34 +00:00
parent df44113028
commit 8fc246e8cf

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "svdtools";
version = "0.1.22";
version = "0.1.23";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit version pname;
hash = "sha256-5zMuCFCvh7BXr9BbyyDhWw1Lt/Fomv0SALiPJQbxJNQ=";
hash = "sha256-LuursRuUZEDLbk9Wbnq/S0dsZHbzIJo1YCSVFMUoiog=";
};
propagatedBuildInputs = [