Skip to content

Commit a139727

Browse files
authored
python3Packages.zenoh: 1.1.0 -> 1.1.1 (NixOS#374651)
2 parents d943829 + e81a9b3 commit a139727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/zenoh/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111

1212
buildPythonPackage rec {
1313
pname = "zenoh";
14-
version = "1.1.0";
14+
version = "1.1.1";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "eclipse-zenoh";
1919
repo = "zenoh-python";
2020
rev = version;
21-
hash = "sha256-DO5AZDS7XvExxATtbkFOLG66zQOZu4gE6VWOG7C3qGA=";
21+
hash = "sha256-pLdAlQBq/d9fohkPgGV/bR7rOl4RreenbHXYdde8q/0=";
2222
};
2323

2424
cargoDeps = rustPlatform.fetchCargoVendor {
2525
inherit src pname version;
26-
hash = "sha256-GolnCEsqCGxjrKl2qXVRi9+d8hwXNsRVdfI7Cf60/jg=";
26+
hash = "sha256-R6Vux4cNL9/Fxi7UvItZT8E539cz5cAupT9X0UkdwR4=";
2727
};
2828

2929
build-system = [

0 commit comments

Comments
 (0)