python311Packages.casa-formats-io: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2023-10-25 23:18:53 +00:00
parent 6c5458cf32
commit 9a44f7f5e6

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "casa-formats-io";
version = "0.2.1";
version = "0.2.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-8iZ+wcSfh5ACTb3/iQAf2qQpwZ6wExWwcdJoLmCEjB0=";
hash = "sha256-EOX+tal9nrON2K7mHVYSTTxja6mu2k3Bag8bhL3JHJs=";
};
nativeBuildInputs = [