Merge pull request #300599 from r-ryantm/auto-update/rabbit

rabbit: 1.0.0 -> 1.0.1
This commit is contained in:
Pol Dellaiera 2024-04-01 08:43:24 +02:00 committed by GitHub
commit a378e7356a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "rabbit";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "natarajan-chidambaram";
repo = "RABBIT";
rev = version;
hash = "sha256-IRG3OcWutkZA4oegeEIDyaIadl3dLaMneqOt/H2/Il4=";
rev = "refs/tags/${version}";
hash = "sha256-E4eUnkKn73MqBFHACdRVFjyUbee+ZJvhP+UYnvHTGdc=";
};
pythonRelaxDeps = true;