Skip to content

Commit 9156ca9

Browse files
authored
python312Packages.esphome-glyphsets: 0.1.0 -> 0.2.0 (NixOS#383537)
2 parents e536cd7 + 4757858 commit 9156ca9

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/esphome-glyphsets

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/esphome-glyphsets/default.nix

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

88
buildPythonPackage rec {
99
pname = "esphome-glyphsets";
10-
version = "0.1.0";
10+
version = "0.2.0";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "esphome";
1515
repo = "esphome-glyphsets";
1616
tag = "v${version}";
17-
hash = "sha256-kST2AsZRWZrVmInUNN153+FOXa/t9vbHN3hAReKQJaU=";
17+
hash = "sha256-nM8omtLIWwIY6AGVqVR2/4twmMlOj21+9cSuyXzAAXY=";
1818
fetchSubmodules = true;
1919
};
2020

0 commit comments

Comments
 (0)