Skip to content

Commit

Permalink
python311Packages.nototools: 0.2.17 -> 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 25, 2024
1 parent d63af7f commit 3a428de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/nototools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

buildPythonPackage rec {
pname = "nototools";
version = "0.2.17";
version = "0.2.19";

disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = "googlefonts";
repo = "nototools";
rev = "v${version}";
sha256 = "0jxydivqzggirc31jv7b4mrsjkg646zmra5m4h0pk4amgy65rvyp";
rev = "refs/tags/v${version}";
sha256 = "sha256-anAz+5PIhGhpFunjV2EVk2CrbXq2U0e+LINYUnS0IKU=";
};

postPatch = ''
Expand Down

0 comments on commit 3a428de

Please sign in to comment.