mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
Nix: Bump python meshcore to 2.1.19
This commit is contained in:
parent
65d640c196
commit
bb6ac6011f
1 changed files with 2 additions and 2 deletions
|
|
@ -15,12 +15,12 @@
|
|||
|
||||
meshcore = python3Packages.buildPythonPackage rec {
|
||||
pname = "meshcore";
|
||||
version = "2.1.18";
|
||||
version = "2.1.19";
|
||||
pyproject = true;
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-hLflGBHG1z0b31oLh5KgXQbrYeBgYtY07fjgULw68tA=";
|
||||
sha256 = "sha256-R11puo30ozFVqsIZcbNtg/NFukm8ahFzkMVqX4XEIe0=";
|
||||
};
|
||||
|
||||
build-system = [python3Packages.hatchling];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue