We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55bcd5 commit f5652d3Copy full SHA for f5652d3
pkgs/by-name/no/norminette/package.nix
@@ -6,13 +6,13 @@
6
7
python3Packages.buildPythonApplication rec {
8
pname = "norminette";
9
- version = "3.3.55";
+ version = "3.3.58";
10
11
src = fetchFromGitHub {
12
owner = "42School";
13
repo = pname;
14
tag = version;
15
- hash = "sha256-SaXOUpYEbc2QhZ8aKS+JeJ22MSXZ8HZuRmVQ9fWk7tM=";
+ hash = "sha256-6hBBbfW2PQFb8rcDihvtWK0df7WcvOk0il1E82GOxaU=";
16
};
17
18
nativeCheckInputs = with python3Packages; [
0 commit comments