1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

python312Packages.rns: 0.7.6 -> 0.7.7

This commit is contained in:
R. Ryantm 2024-09-09 17:26:00 +00:00
parent 4e97d1fdd6
commit 105211a310

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.7.6";
version = "0.7.7";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-YSaabiCsSoG3BZ/0gM/fRIKQKdQ9MRtlHe+tPnzFJSw=";
hash = "sha256-cNOVk7JCu4kMevH9MAWWvtLIzfbBBy+h7bhTBhkfrvI=";
};
patches = [