Skip to content

Commit

Permalink
python312Packages.camel-converter: 4.0.0 -> 4.0.1 (NixOS#347392)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 9, 2024
2 parents 0fb01df + 9a2c44a commit e4ee3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/camel-converter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "camel-converter";
version = "4.0.0";
version = "4.0.1";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "sanders41";
repo = "camel-converter";
rev = "refs/tags/v${version}";
hash = "sha256-JdONlMTBnZ2QMcsr+GXmfQzxaFOndmG77qbBa9A3m+k=";
hash = "sha256-cHrMaf5PyFWacoi4t+Clow9qFAxbdn71p8ckuYMt27w=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit e4ee3a0

Please sign in to comment.