python3Packages.param: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2025-06-28 18:12:24 +02:00
committed by Weijia Wang
parent d3a3a77657
commit bbdca1a301
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
# build-system
hatchling,
@@ -17,19 +16,17 @@
buildPythonPackage rec {
pname = "param";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "holoviz";
repo = "param";
tag = "v${version}";
hash = "sha256-3aqABliOk+JtR84J/qiwda4yAkVgG2lJWewhQuSUgtA=";
hash = "sha256-tucF37o4Yf1OkGz4TUUFI/cGNlVLvTMcak+SmbztCMA=";
};
nativeBuildInputs = [
build-system = [
hatchling
hatch-vcs
];