python3Packages.rflink: 0.0.67 -> 0.0.68

This commit is contained in:
R. Ryantm
2026-03-18 07:50:20 +00:00
parent 4d00892504
commit 63037a8f47
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "rflink";
version = "0.0.67";
version = "0.0.68";
pyproject = true;
src = fetchFromGitHub {
owner = "aequitas";
repo = "python-rflink";
tag = version;
hash = "sha256-LAmn9/l+J++CvRa5gypuoQ41mZVSoVqbPpbqVSP6CN4=";
hash = "sha256-0mMBZYN3xzRotVuLw2HgzSVhsXUv531x3i97B2lI5KE=";
};
build-system = [ setuptools ];