Skip to content

Commit

Permalink
Merge pull request #270562 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.camel-converter

python310Packages.camel-converter: 3.1.0 -> 3.1.1
  • Loading branch information
fabaff authored Nov 28, 2023
2 parents 438139c + 58810d2 commit 4c15843
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 @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "camel-converter";
version = "3.1.0";
version = "3.1.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "sanders41";
repo = "camel-converter";
rev = "refs/tags/v${version}";
hash = "sha256-ASUwSA63iUgeRfYdO6InZ8YzEbifQh1hr3fUbE3FYac=";
hash = "sha256-xrdk5Y3H8KlQaGtJYdJNHq16Qfos2p+93uIAfIl098c=";
};

postPatch = ''
Expand Down

0 comments on commit 4c15843

Please sign in to comment.