Skip to content

Commit e067895

Browse files
authored
python312Packages.backports-datetime-fromisoformat: 2.0.2 -> 2.0.3 (#371283)
2 parents 8ab83a2 + e72a191 commit e067895

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/backports-datetime-fromisoformat

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/backports-datetime-fromisoformat/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "backports-datetime-fromisoformat";
16-
version = "2.0.2";
16+
version = "2.0.3";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "movermeyer";
2121
repo = "backports.datetime_fromisoformat";
2222
tag = "v${version}";
23-
hash = "sha256-v9Njic7zN2bv1lQgdbJNeZLF3VXcC9A4UoE/znLF0gM=";
23+
hash = "sha256-G1JMHa7r8KEOuIopXNBsPxu7yopFF1YlL5GUEmfuxqQ=";
2424
};
2525

2626
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)