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 e536cd7 commit 4757858Copy full SHA for 4757858
pkgs/development/python-modules/esphome-glyphsets/default.nix
@@ -7,14 +7,14 @@
7
8
buildPythonPackage rec {
9
pname = "esphome-glyphsets";
10
- version = "0.1.0";
+ version = "0.2.0";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "esphome";
15
repo = "esphome-glyphsets";
16
tag = "v${version}";
17
- hash = "sha256-kST2AsZRWZrVmInUNN153+FOXa/t9vbHN3hAReKQJaU=";
+ hash = "sha256-nM8omtLIWwIY6AGVqVR2/4twmMlOj21+9cSuyXzAAXY=";
18
fetchSubmodules = true;
19
};
20
0 commit comments