base16-shell-preview: 1.0.0 -> 1.1.0 (#383178)

This commit is contained in:
Wolfgang Walther
2025-02-25 20:18:25 +01:00
committed by GitHub
@@ -6,7 +6,7 @@
let
pname = "base16-shell-preview";
version = "1.0.0";
version = "1.1.0";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -14,7 +14,7 @@ python3Packages.buildPythonApplication {
src = fetchPypi {
inherit version;
pname = "${lib.replaceStrings [ "-" ] [ "_" ] pname}";
hash = "sha256-retnbxjdjo+NeA1B0+jpM9kToAX/Rh0ze0yNF9AfDiU=";
hash = "sha256-UWS1weiccSGqBU8grPAUKkuXb7qs5wliHVaPgdW4KtI=";
};
# If enabled, it will attempt to run '__init__.py, failing by trying to write