Skip to content

Commit 9100a4f

Browse files
authored
rockcraft: 1.12.0 -> 1.13.0 (#425657)
2 parents a3beea8 + 98d8c2c commit 9100a4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ro/rockcraft/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
python3Packages.buildPythonApplication rec {
1212
pname = "rockcraft";
13-
version = "1.12.0";
13+
version = "1.13.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "canonical";
1717
repo = "rockcraft";
1818
rev = version;
19-
hash = "sha256-yv+TGDSUBKJf5X+73Do9KrAcCodeBPqpIHgpYZslR3o=";
19+
hash = "sha256-pIOCgOC969Fj3lNnmsb6QTEV8z1KWxrUSsdl6Aogd4Q=";
2020
};
2121

2222
pyproject = true;

0 commit comments

Comments
 (0)