python3Packages.panel: 0.11.1 -> 0.11.3

This commit is contained in:
Frederik Rietdijk
2021-04-24 11:16:47 +02:00
parent 02c2a942d9
commit 94d73b52f2
2 changed files with 8 additions and 8 deletions
@@ -15,7 +15,7 @@ let
node = callPackage ./node {};
in buildPythonPackage rec {
pname = "panel";
version = "0.11.1";
version = "0.11.3";
# Don't forget to also update the node packages
# 1. retrieve the package.json file
@@ -23,7 +23,7 @@ in buildPythonPackage rec {
# 3. node2nix
src = fetchPypi {
inherit pname version;
sha256 = "ce531e5c0c8a8ae74d523762aeb1666650caebbe1867aba16129d29791e921f9";
sha256 = "sha256-HpHYHysPE6MRxR0kek5C7sunHMfBsUGdZfxamz2jcLc=";
};
# Since 0.10.0 panel attempts to fetch from the web.