Skip to content

Commit

Permalink
python312Packages.backports-datetime-fromisoformat: 2.0.2 -> 2.0.3 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored Jan 6, 2025
2 parents 8ab83a2 + e72a191 commit e067895
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "backports-datetime-fromisoformat";
version = "2.0.2";
version = "2.0.3";
pyproject = true;

src = fetchFromGitHub {
owner = "movermeyer";
repo = "backports.datetime_fromisoformat";
tag = "v${version}";
hash = "sha256-v9Njic7zN2bv1lQgdbJNeZLF3VXcC9A4UoE/znLF0gM=";
hash = "sha256-G1JMHa7r8KEOuIopXNBsPxu7yopFF1YlL5GUEmfuxqQ=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit e067895

Please sign in to comment.