Skip to content

Commit aaf9d31

Browse files
authored
python312Packages.yaramod: 3.23.0 -> 4.0.0 (#351537)
2 parents 91a6fec + c6f4b06 commit aaf9d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let
2121
in
2222
buildPythonPackage rec {
2323
pname = "yaramod";
24-
version = "3.23.0";
24+
version = "4.0.0";
2525
format = "setuptools";
2626

2727
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
3030
owner = "avast";
3131
repo = pname;
3232
rev = "refs/tags/v${version}";
33-
hash = "sha256-TB0dnWA+5beyHAoYUjqocmw5uGFgo/h9eKDbuKbmfsw=";
33+
hash = "sha256-YbsNFtDk5u5UyTsS1aGKUv/HWYxEwERinZ3G84/mC9o=";
3434
};
3535

3636
postPatch = ''

0 commit comments

Comments
 (0)