Skip to content

Commit bb6ac60

Browse files
tbaumannfdlamotte
authored andcommitted
Nix: Bump python meshcore to 2.1.19
1 parent 65d640c commit bb6ac60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
meshcore = python3Packages.buildPythonPackage rec {
1717
pname = "meshcore";
18-
version = "2.1.18";
18+
version = "2.1.19";
1919
pyproject = true;
2020

2121
src = python3Packages.fetchPypi {
2222
inherit pname version;
23-
sha256 = "sha256-hLflGBHG1z0b31oLh5KgXQbrYeBgYtY07fjgULw68tA=";
23+
sha256 = "sha256-R11puo30ozFVqsIZcbNtg/NFukm8ahFzkMVqX4XEIe0=";
2424
};
2525

2626
build-system = [python3Packages.hatchling];

0 commit comments

Comments
 (0)