Skip to content

Commit 06b5af7

Browse files
authored
norminette: 3.3.55 -> 3.3.58 (NixOS#397416)
2 parents 2f83eee + f5652d3 commit 06b5af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/no/norminette/package.nix

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

77
python3Packages.buildPythonApplication rec {
88
pname = "norminette";
9-
version = "3.3.55";
9+
version = "3.3.58";
1010

1111
src = fetchFromGitHub {
1212
owner = "42School";
1313
repo = pname;
1414
tag = version;
15-
hash = "sha256-SaXOUpYEbc2QhZ8aKS+JeJ22MSXZ8HZuRmVQ9fWk7tM=";
15+
hash = "sha256-6hBBbfW2PQFb8rcDihvtWK0df7WcvOk0il1E82GOxaU=";
1616
};
1717

1818
nativeCheckInputs = with python3Packages; [

0 commit comments

Comments
 (0)