mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.stackit-core: 0.2.0 -> 0.3.0
Changelog: https://github.com/stackitcloud/stackit-sdk-python/releases/tag/core/v0.3.0
This commit is contained in:
@@ -5,17 +5,15 @@
|
||||
fetchPypi,
|
||||
hatchling,
|
||||
nix-update-script,
|
||||
poetry-core,
|
||||
pydantic,
|
||||
pyjwt,
|
||||
requests,
|
||||
setuptools,
|
||||
urllib3,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "stackit-core";
|
||||
version = "0.2.0";
|
||||
version = "0.3.0";
|
||||
pyproject = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
@@ -23,13 +21,10 @@ buildPythonPackage (finalAttrs: {
|
||||
src = fetchPypi {
|
||||
pname = "stackit_core";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-uK+Rh3zbBg1paaMD2M8gvAszs0Wv2R9nnESphzgeLUc=";
|
||||
hash = "sha256-v9ItsZYLRz4DSk/xxDDHk5r/HKCVh8D0fgIKet1E01I=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
poetry-core
|
||||
setuptools
|
||||
];
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
cryptography
|
||||
|
||||
Reference in New Issue
Block a user