Skip to content

Commit eb75114

Browse files
authored
python312Packages.iottycloud: 0.2.1 -> 0.3.0 (NixOS#370367)
2 parents aaadb7f + 0ca1824 commit eb75114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

1111
buildPythonPackage rec {
1212
pname = "iottycloud";
13-
version = "0.2.1";
13+
version = "0.3.0";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "pburgio";
1818
repo = "iottyCloud";
19-
rev = "refs/tags/v${version}";
19+
rev = "refs/tags/${version}";
2020
hash = "sha256-EtAAUyVL7FTn0VoGmU5bU9XouMuEQUOx2t6j/wd1OEo=";
2121
};
2222

@@ -32,7 +32,7 @@ buildPythonPackage rec {
3232
];
3333

3434
meta = {
35-
changelog = "https://github.com/pburgio/iottyCloud/releases/tag/v${version}";
35+
changelog = "https://github.com/pburgio/iottyCloud/releases/tag/${version}";
3636
description = "Python library to interact with iotty CloudApi";
3737
homepage = "https://github.com/pburgio/iottyCloud";
3838
license = lib.licenses.agpl3Only;

0 commit comments

Comments
 (0)