Merge pull request #257130 from wegank/scooby-bump

python310Packages.scooby: 0.7.2 -> 0.7.3
This commit is contained in:
Weijia Wang 2023-09-26 08:39:09 +02:00 committed by GitHub
commit 8d39ea343f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,16 +13,16 @@
buildPythonPackage rec {
pname = "scooby";
version = "0.7.2";
version = "0.7.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "banesullivan";
repo = pname;
repo = "scooby";
rev = "refs/tags/v${version}";
hash = "sha256-eY8Ysc20Q1OHKb/LU+4gqnSgNfHCytjOnnvB24EfQto=";
hash = "sha256-lu+iuO0871DpFRDPzDGClKXYnB8w/lVsUCc39JXDmNo=";
};
nativeBuildInputs = [