python3Packages.test2ref: 1.1.0 -> 1.1.1 (#419691)

This commit is contained in:
Gaétan Lepage
2025-06-25 00:48:24 +02:00
committed by GitHub
@@ -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 = [