Skip to content

Commit 3575b6f

Browse files
authored
rns: 0.9.4 -> 0.9.5 (#405603)
2 parents 67ac43c + 102ae45 commit 3575b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

2121
buildPythonPackage rec {
2222
pname = "rns";
23-
version = "0.9.4";
23+
version = "0.9.5";
2424
pyproject = true;
2525

2626
src = fetchFromGitHub {
2727
owner = "markqvist";
2828
repo = "Reticulum";
2929
tag = version;
30-
hash = "sha256-Z6Af/PNQkbo+0xn0kEh2I8T03D/gQpuRNHBhLX3mkms=";
30+
hash = "sha256-jpmh7emJa9qy5Ge2sYgxSz2wYECG6POIEVo4hkAZI+8=";
3131
};
3232

3333
patches = [

0 commit comments

Comments
 (0)