We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a3a77 commit bbdca1aCopy full SHA for bbdca1a
pkgs/development/python-modules/param/default.nix
@@ -2,7 +2,6 @@
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
- pythonOlder,
6
7
# build-system
8
hatchling,
@@ -17,19 +16,17 @@
17
16
18
buildPythonPackage rec {
19
pname = "param";
20
- version = "2.2.0";
+ version = "2.2.1";
21
pyproject = true;
22
23
- disabled = pythonOlder "3.7";
24
-
25
src = fetchFromGitHub {
26
owner = "holoviz";
27
repo = "param";
28
tag = "v${version}";
29
- hash = "sha256-3aqABliOk+JtR84J/qiwda4yAkVgG2lJWewhQuSUgtA=";
+ hash = "sha256-tucF37o4Yf1OkGz4TUUFI/cGNlVLvTMcak+SmbztCMA=";
30
};
31
32
- nativeBuildInputs = [
+ build-system = [
33
hatchling
34
hatch-vcs
35
];
0 commit comments