Skip to content

Commit bbdca1a

Browse files
r-ryantmwegank
authored andcommitted
python3Packages.param: 2.2.0 -> 2.2.1
1 parent d3a3a77 commit bbdca1a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pkgs/development/python-modules/param/default.nix

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib,
33
buildPythonPackage,
44
fetchFromGitHub,
5-
pythonOlder,
65

76
# build-system
87
hatchling,
@@ -17,19 +16,17 @@
1716

1817
buildPythonPackage rec {
1918
pname = "param";
20-
version = "2.2.0";
19+
version = "2.2.1";
2120
pyproject = true;
2221

23-
disabled = pythonOlder "3.7";
24-
2522
src = fetchFromGitHub {
2623
owner = "holoviz";
2724
repo = "param";
2825
tag = "v${version}";
29-
hash = "sha256-3aqABliOk+JtR84J/qiwda4yAkVgG2lJWewhQuSUgtA=";
26+
hash = "sha256-tucF37o4Yf1OkGz4TUUFI/cGNlVLvTMcak+SmbztCMA=";
3027
};
3128

32-
nativeBuildInputs = [
29+
build-system = [
3330
hatchling
3431
hatch-vcs
3532
];

0 commit comments

Comments
 (0)