Merge pull request #327847 from r-ryantm/auto-update/python312Packages.craft-archives

python312Packages.craft-archives: 1.1.3 -> 1.2.0
This commit is contained in:
Jon Seager 2024-07-17 08:54:45 +01:00 committed by GitHub
commit 2feae961c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "craft-archives";
version = "1.1.3";
version = "1.2.0";
pyproject = true;
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "craft-archives";
rev = "refs/tags/${version}";
hash = "sha256-ZUqMjbOsHwzZyn0NsSTlZTljzagYEirWKEGatXVL43g=";
hash = "sha256-4BYRwuBDKFbVvK805e+L4ZR8wtS8GHHYteexH4YZmSE=";
};
postPatch = ''