2022-12-23T05:14:58 python310Packages.casbin 0 -> 1 2022-12-23T05:15:01 attrpath: python310Packages.casbin 2022-12-23T05:15:01 Checking auto update branch... 2022-12-23T05:15:05 [version] 2022-12-23T05:15:05 [version] skipping because derivation has updateScript 2022-12-23T05:15:05 [rustCrateVersion] 2022-12-23T05:15:05 [rustCrateVersion] No cargoSha256 found 2022-12-23T05:15:05 [golangModuleVersion] 2022-12-23T05:15:05 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-23T05:15:05 [updateScript] 2022-12-23T05:15:08 [updateScript] Success 2022-12-23T05:15:08 [updateScript] this derivation will be built: /nix/store/iydxydkj5y18ajjp926qmakbw6vxmbms-packages.json.drv building '/nix/store/iydxydkj5y18ajjp926qmakbw6vxmbms-packages.json.drv'... Going to be running update for following packages: - python3.10-casbin-1.17.4 Press Enter key to continue... Running update for: - python3.10-casbin-1.17.4: UPDATING ... - python3.10-casbin-1.17.4: DONE. Packages updated! 2022-12-23T05:15:08 2022-12-23T05:15:08 [quotedUrls] 2022-12-23T05:15:08 [quotedUrls] nothing found to replace 2022-12-23T05:15:08 Diff after rewrites: diff --git a/pkgs/development/python-modules/casbin/default.nix b/pkgs/development/python-modules/casbin/default.nix index 19444ee49f6..67c95c49f7f 100644 --- a/pkgs/development/python-modules/casbin/default.nix +++ b/pkgs/development/python-modules/casbin/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "casbin"; - version = "1.17.4"; + version = "1.17.5"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = pname; repo = "pycasbin"; rev = "refs/tags/v${version}"; - hash = "sha256-idcqNWocy4dDh7zv3gz81wHp+9WX5PptXGHI9uqM69M="; + hash = "sha256-PLtIxA3XD9Mi33zRfciocJUml1HqGsWGITlLUKAJUss="; }; propagatedBuildInputs = [ 2022-12-23T05:16:35 Old version 1.17.4" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , simpleeval , wcmatch }: buildPythonPackage rec { pname = "casbin"; version = "1.17.5"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = pname; repo = "pycasbin"; rev = "refs/tags/v${version}"; hash = "sha256-PLtIxA3XD9Mi33zRfciocJUml1HqGsWGITlLUKAJUss="; }; propagatedBuildInputs = [ simpleeval wcmatch ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "casbin" ]; meta = with lib; { description = "Authorization library that supports access control models like ACL, RBAC and ABAC"; homepage = "https://github.com/casbin/pycasbin"; changelog = "https://github.com/casbin/pycasbin/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ costrouc ]; }; }