Skip to content

Commit 13af1a9

Browse files
authored
python312Packages.wadler-lindig: 0.1.3 -> 0.1.4 (#391835)
2 parents f530198 + 32bc13d commit 13af1a9

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/wadler-lindig

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/wadler-lindig/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "wadler-lindig";
16-
version = "0.1.3";
16+
version = "0.1.4";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "patrick-kidger";
2121
repo = "wadler_lindig";
22-
rev = "v${version}";
23-
hash = "sha256-akb1x9UYbfEwnVS6ahpb42XnEl3y7kk3WkhwD8p7AA4=";
22+
tag = "v${version}";
23+
hash = "sha256-ykRyJ5kCxYb3jBb8/8ogGjpgXMcb/mvvvHaSy9fecxA=";
2424
};
2525

2626
build-system = [

0 commit comments

Comments
 (0)