Skip to content

Commit

Permalink
python3Packages.tinytag: 1.10.4 -> 2.0.0 (#367456)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhendric authored Jan 3, 2025
2 parents f4d10f1 + e94b558 commit c0cb675
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 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,26 @@
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 c0cb675

Please sign in to comment.