Skip to content

Commit

Permalink
python3Packages.tinytag: 1.10.4 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Dec 22, 2024
1 parent f6f9b2f commit a50c01b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/tinytag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@
buildPythonPackage,
fetchFromGitHub,
setuptools,
flit-core,
pytestCheckHook,
}:

buildPythonPackage rec {
pname = "tinytag";
version = "1.10.1";
version = "2.0.0";
pyproject = true;

src = fetchFromGitHub {
owner = "tinytag";
repo = "tinytag";
rev = "refs/tags/${version}";
hash = "sha256-Kg67EwDIi/Io7KKnNiqPzQKginrfuE6FAeOCjFgEJkY=";
hash = "sha256-HSDEsyM9jGmS0o/EQj0GS/Ur4aepFgv8VpVNoJTyZGA=";
};

build-system = [ setuptools ];
build-system = [ setuptools flit-core ];

pythonImportsCheck = [ "tinytag" ];

Expand Down

0 comments on commit a50c01b

Please sign in to comment.