File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/iottycloud Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments