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 e46e566 commit 6efcc2dCopy full SHA for 6efcc2d
pkgs/development/python-modules/panel/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "panel";
19
- version = "1.3.8";
+ version = "1.4.1";
20
21
format = "wheel";
22
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
# tries to fetch even more artifacts
26
src = fetchPypi {
27
inherit pname version format;
28
- hash = "sha256-Sb85MZhqDd8/e0vaPGXGoxHVJ3UkrNtOC/9py6a/V3U=";
+ hash = "sha256-x7ywbO2uY1r06bDXV/+X/7cs9f6jFawyDHeo8pLWZVE=";
29
};
30
31
nativeBuildInputs = [
0 commit comments