Skip to content

Commit 85b1ec2

Browse files
committed
newelle: 1.1.0 -> 1.2.0
1 parent 3304830 commit 85b1ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ne/newelle/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}:
2121

2222
let
23-
version = "1.1.0";
23+
version = "1.2.0";
2424
in
2525
python3Packages.buildPythonApplication {
2626
pname = "newelle";
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication {
3131
owner = "qwersyk";
3232
repo = "Newelle";
3333
tag = version;
34-
hash = "sha256-gI4HNzbIM/1ZTPWondi8tCMZOlNt/SzrTIeppY7uLDM=";
34+
hash = "sha256-si4Q7VdLE7hLMeln2dh960VwvqtosZcN6IOIBHiekBI=";
3535
};
3636

3737
postPatch = ''

0 commit comments

Comments
 (0)