Skip to content

Commit 49761cd

Browse files
authored
python3Packages.aardwolf: 0.2.12 -> 0.2.13 (#437446)
2 parents bdc7ac1 + cdbfe6d commit 49761cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/aardwolf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
buildPythonPackage rec {
2525
pname = "aardwolf";
26-
version = "0.2.12";
26+
version = "0.2.13";
2727
pyproject = true;
2828

2929
src = fetchFromGitHub {
3030
owner = "skelsec";
3131
repo = "aardwolf";
3232
tag = version;
33-
hash = "sha256-CMO3qhxYmwB9kWIiHWV/0gAfs/yCnHzpfNYLTy4wX78=";
33+
hash = "sha256-8QXPvfVeT3qadxTvt/LQX3XM5tGj6SpfOhP/9xcZHW4=";
3434
};
3535

3636
cargoDeps = rustPlatform.fetchCargoVendor {

0 commit comments

Comments
 (0)