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 65d640c commit bb6ac60Copy full SHA for bb6ac60
flake.nix
@@ -15,12 +15,12 @@
15
16
meshcore = python3Packages.buildPythonPackage rec {
17
pname = "meshcore";
18
- version = "2.1.18";
+ version = "2.1.19";
19
pyproject = true;
20
21
src = python3Packages.fetchPypi {
22
inherit pname version;
23
- sha256 = "sha256-hLflGBHG1z0b31oLh5KgXQbrYeBgYtY07fjgULw68tA=";
+ sha256 = "sha256-R11puo30ozFVqsIZcbNtg/NFukm8ahFzkMVqX4XEIe0=";
24
};
25
26
build-system = [python3Packages.hatchling];
0 commit comments