Skip to content

Commit 6ad0478

Browse files
committed
python312Packages.radios: 0.3.1 -> 0.3.2
1 parent 9a415c2 commit 6ad0478

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/radios/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020

2121
buildPythonPackage rec {
2222
pname = "radios";
23-
version = "0.3.1";
23+
version = "0.3.2";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.11";
2727

2828
src = fetchFromGitHub {
2929
owner = "frenck";
3030
repo = "python-radios";
31-
rev = "v${version}";
32-
hash = "sha256-c0zfpfEdZvjvKtwGcNLLgEkBihhtz/wouHuYRLCxtBY=";
31+
rev = "refs/tags/v${version}";
32+
hash = "sha256-GXiLwwjZ/pN3HquzLLWq/2EfhmrJyCXq0sovIGRB3uQ=";
3333
};
3434

3535
postPatch = ''

0 commit comments

Comments
 (0)