2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-03 19:43:30 +00:00
Fabian Affolter 2023-02-18 23:07:39 +01:00
parent 6c5bf4e060
commit 5ba2d0071e

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.4.8";
version = "0.4.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-dEEo1KHtxj+xcp/2plIP2+c2jf5nFDg/mEq05T2Tpj0=";
hash = "sha256-6hv85lWr2/qRzLrER6IYdmcvgiPKi1tt4fQaiqGwFQY=";
};
propagatedBuildInputs = [