mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python311Packages.types-deprecated: 1.2.9.3 -> 1.2.9.20240106
This commit is contained in:
parent
11071bf60c
commit
9066061df0
@ -5,13 +5,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-deprecated";
|
||||
version = "1.2.9.3";
|
||||
version = "1.2.9.20240106";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "types-Deprecated";
|
||||
inherit version;
|
||||
hash = "sha256-74cyet8+PEpMfY4G5Y9kdnENNGbs+1PEnvsICASnDvM=";
|
||||
hash = "sha256-r+uBnpoD0KV5XxjIj+YgfEjtE8Y56TKBvZ2be7bTQxA=";
|
||||
};
|
||||
|
||||
# Modules has no tests
|
||||
|
Loading…
Reference in New Issue
Block a user