1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

python312Packages.iottycloud: 0.1.3 -> 0.2.1 (#341042)

This commit is contained in:
Nick Cao 2024-09-10 17:17:24 -04:00 committed by GitHub
commit aec9b4a05c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,15 +10,14 @@
buildPythonPackage rec {
pname = "iottycloud";
version = "0.1.3";
version = "0.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pburgio";
repo = "iottyCloud";
# https://github.com/pburgio/iottyCloud/issues/1
rev = "c328cc497bf58a1da148ea88e309129177d69af0";
hash = "sha256-G06kvp4VG0OmZxDqvKnMJ+uD+6i5BFL/Iuke4vOdO/k=";
rev = "refs/tags/v${version}";
hash = "sha256-EtAAUyVL7FTn0VoGmU5bU9XouMuEQUOx2t6j/wd1OEo=";
};
build-system = [ hatchling ];