Merge pull request #286781 from amaxine/iotas_0.2.7

iotas: 0.2.2 → 0.2.7
This commit is contained in:
maxine 2024-02-10 12:51:46 +01:00 committed by GitHub
commit 8748b2ab7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "iotas";
version = "0.2.2";
version = "0.2.7";
format = "other";
src = fetchFromGitLab {
@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "cheywood";
repo = pname;
rev = version;
hash = "sha256-oThsyTsNM3283e4FViISdFzmeQnU7qXHh4xEJWA2fkc=";
hash = "sha256-k3Qbi/BwkJlQzlyTlo9SjJ1M3zMFHo4669rzd+BBPzQ=";
};
nativeBuildInputs = [