Merge pull request #254090 from r-ryantm/auto-update/python310Packages.baycomp

python310Packages.baycomp: 1.0.2 -> 1.0.3
This commit is contained in:
OTABI Tomoya 2023-09-09 13:09:07 +09:00 committed by GitHub
commit 3801ff3805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "baycomp";
version = "1.0.2";
version = "1.0.3";
src = fetchPypi {
inherit pname version;
hash = "sha256-xDRywWvXzfSITdTHPdMH5KPacJf+Scg81eiNdRQpI7A=";
hash = "sha256-MrJa17FtWyUd259hEKMtezlTuYcJbaHSXvJ3k10l2uw=";
};
propagatedBuildInputs = [