Merge pull request #227752 from fabaff/titlecase-bump

python311Packages.titlecase: 2.3 -> 2.4
This commit is contained in:
Mario Rodas 2023-04-23 07:54:00 -05:00 committed by GitHub
commit e89bfb64c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "titlecase";
version = "2.3";
version = "2.4";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "ppannuto";
repo = "python-titlecase";
rev = "v${version}";
sha256 = "169ywzn5wfzwyknqavspkdpwbx31nycxsxkl7iywwk71gs1lskkw";
rev = "refs/tags/v${version}";
hash = "sha256-aJbbfNnQvmmYPXVOO+xx7ADetsxE+jnVQOVDzV5jUp8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;