Skip to content

Commit

Permalink
python312Packages.pixel-font-knife: 0.0.7 -> 0.0.10 (NixOS#366797)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 20, 2024
2 parents 5959aba + 5e8cef0 commit e821c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pixel-font-knife/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

buildPythonPackage rec {
pname = "pixel-font-knife";
version = "0.0.7";
version = "0.0.10";
pyproject = true;

disabled = pythonOlder "3.10";

src = fetchPypi {
pname = "pixel_font_knife";
inherit version;
hash = "sha256-NALIf8DbIPKmazF669LHsKuP0tndR0pbphrhlXt6wyA=";
hash = "sha256-kgr9j/i8Z7U4KvjQMoZp5JaWMlSYwuhaFMmvEktNw8w=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit e821c96

Please sign in to comment.