Skip to content

Commit

Permalink
Merge pull request NixOS#276019 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.radio-beam

python310Packages.radio-beam: 0.3.6 -> 0.3.7
  • Loading branch information
NickCao authored Dec 22, 2023
2 parents 3a51fd3 + 11aab5d commit 7b58551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/radio-beam/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

buildPythonPackage rec {
pname = "radio-beam";
version = "0.3.6";
version = "0.3.7";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-U+IjOTt7x9uzUl7IcQRu2s+MBKF/OR+sLddvHmp9hqU=";
hash = "sha256-7AFkuuYLzibwwgz6zrFw0fBXCnGLzdm4OgT+Chve5jU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7b58551

Please sign in to comment.