Merge pull request #324922 from r-ryantm/auto-update/revup

revup: 0.2.1 -> 0.3.0
This commit is contained in:
Daniel Schaefer 2024-07-07 16:28:49 +08:00 committed by GitHub
commit d864ebc0c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,10 +6,10 @@
let
pname = "revup";
version = "0.2.1";
version = "0.3.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-EaBI414m5kihuaOkaHYAzvVxeJCgMIh9lD0JnCeVdZM=";
hash = "sha256-LrSRcnWc4AvWbpSrOLprs+rVM0sR1joLat3g9og6BwE=";
};
in
python3.pkgs.buildPythonPackage {