Skip to content

Commit

Permalink
python312Packages.jdatetime: 5.0.0 -> 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 17, 2025
1 parent 6301b9f commit 23e3e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/jdatetime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "jdatetime";
version = "5.0.0";
version = "5.1.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-LMYD2RPA2OMokoRU09KVJhywN+mVAif2fJYpq0cQ/fk=";
hash = "sha256-Ja8fSNFFa5oKzHsyxoxm6czLrlQWcvm5ck8nTXgQowc=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 23e3e37

Please sign in to comment.