python3Packages.test2ref: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2025-06-24 20:59:55 +00:00
parent 8019c3d92c
commit 32eea0f9c6
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "test2ref";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "nbiotcloud";
repo = "test2ref";
tag = "v${version}";
hash = "sha256-m95undMr1W2GRcSELv7s9kpuXyu+HnGo+huc0Uh9rQI=";
hash = "sha256-Lo0rXKpiXGZle6X2f2Zofc/ihzAqruDyKNP4wp2jqv4=";
};
build-system = [