python3Packages.craft-archives: 2.0.0 -> 2.0.2
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
nix-update-script,
|
||||
launchpadlib,
|
||||
lazr-restfulclient,
|
||||
lazr-uri,
|
||||
overrides,
|
||||
pydantic,
|
||||
setuptools,
|
||||
python-debian,
|
||||
distro,
|
||||
setuptools-scm,
|
||||
tabulate,
|
||||
pytest-check,
|
||||
pytest-mock,
|
||||
pytestCheckHook,
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "craft-archives";
|
||||
version = "2.0.0";
|
||||
version = "2.0.2";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
owner = "canonical";
|
||||
repo = "craft-archives";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-BrKyOdfbwt9qU5Bt/kX/+GgxH7LCFmmFg4mevBWVp2I=";
|
||||
hash = "sha256-1HEz4d1WLQDDHga7X+V/37n8E7JK/k0z+UDeNEiLOHs=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -40,11 +40,12 @@ buildPythonPackage rec {
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
dependencies = [
|
||||
distro
|
||||
launchpadlib
|
||||
lazr-restfulclient
|
||||
lazr-uri
|
||||
overrides
|
||||
pydantic
|
||||
tabulate
|
||||
python-debian
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user