Merge pull request #279547 from fabaff/types-deprecated-bump

python311Packages.types-deprecated: 1.2.9.3 -> 1.2.9.20240106
This commit is contained in:
Nick Cao 2024-01-08 11:41:07 -05:00 committed by GitHub
commit 1ac763ffc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,19 +1,24 @@
{ lib
, buildPythonPackage
, fetchPypi
, setuptools
}:
buildPythonPackage rec {
pname = "types-deprecated";
version = "1.2.9.3";
format = "setuptools";
version = "1.2.9.20240106";
pyproject = true;
src = fetchPypi {
pname = "types-Deprecated";
inherit version;
hash = "sha256-74cyet8+PEpMfY4G5Y9kdnENNGbs+1PEnvsICASnDvM=";
hash = "sha256-r+uBnpoD0KV5XxjIj+YgfEjtE8Y56TKBvZ2be7bTQxA=";
};
nativeBuildInputs = [
setuptools
];
# Modules has no tests
doCheck = false;