Skip to content

Commit 1e138c8

Browse files
authored
python3Packages.craft-archives: 2.0.2 -> 2.1.0 (#385219)
2 parents e45429f + 1b50b4c commit 1e138c8

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/craft-archives

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/craft-archives/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818

1919
buildPythonPackage rec {
2020
pname = "craft-archives";
21-
version = "2.0.2";
21+
version = "2.1.0";
2222

2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "canonical";
2727
repo = "craft-archives";
2828
tag = version;
29-
hash = "sha256-1HEz4d1WLQDDHga7X+V/37n8E7JK/k0z+UDeNEiLOHs=";
29+
hash = "sha256-VjGoAsmdYyoU7ngU69HVNauEk2/vbcEz2tMCTmjheF4=";
3030
};
3131

3232
postPatch = ''

0 commit comments

Comments
 (0)