Merge pull request #288986 from fabaff/rns-bump

python311Packages.rns: 0.7.0 -> 0.7.1
This commit is contained in:
Nick Cao 2024-02-15 09:12:50 -05:00 committed by GitHub
commit 8318eb1680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "rns";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "Reticulum";
rev = "refs/tags/${version}";
hash = "sha256-iwW52jPSCwelfByerKHxKgH4NbWwCJLPyHXyBeJPwaM=";
hash = "sha256-o4+wHkkH0jUzq6Co0bru7NwvVxiV6xrggfHlQsjsWso=";
};
nativeBuildInputs = [