python311Packages.radio-beam: 0.3.4 -> 0.3.6

Diff: https://github.com/radio-astro-tools/radio-beam/compare/v0.3.4...v0.3.6
This commit is contained in:
natsukium 2023-11-04 13:05:27 +09:00
parent 097a352b70
commit 056d3fba4b
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "radio-beam";
version = "0.3.4";
version = "0.3.6";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-4DIlfxUBMDhz8lHADHSxGIGAeFx5Z3+0RDCY1ReFIwk=";
hash = "sha256-U+IjOTt7x9uzUl7IcQRu2s+MBKF/OR+sLddvHmp9hqU=";
};
nativeBuildInputs = [