Skip to content

Commit 6efcc2d

Browse files
committed
1 parent e46e566 commit 6efcc2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "panel";
19-
version = "1.3.8";
19+
version = "1.4.1";
2020

2121
format = "wheel";
2222

@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
# tries to fetch even more artifacts
2626
src = fetchPypi {
2727
inherit pname version format;
28-
hash = "sha256-Sb85MZhqDd8/e0vaPGXGoxHVJ3UkrNtOC/9py6a/V3U=";
28+
hash = "sha256-x7ywbO2uY1r06bDXV/+X/7cs9f6jFawyDHeo8pLWZVE=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)