2022-12-31T05:01:12 python3.10-django-rq 2.5.1 -> 2.6.0 https://repology.org/metapackage/python3.10-django-rq/versions 2022-12-31T05:01:14 attrpath: python310Packages.django-rq 2022-12-31T05:01:14 Checking auto update branch... 2022-12-31T05:01:19 [version] 2022-12-31T05:01:19 [version] skipping because derivation has updateScript 2022-12-31T05:01:19 [rustCrateVersion] 2022-12-31T05:01:19 [rustCrateVersion] No cargoSha256 found 2022-12-31T05:01:19 [golangModuleVersion] 2022-12-31T05:01:19 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-31T05:01:19 [updateScript] 2022-12-31T05:01:21 [updateScript] Success 2022-12-31T05:01:21 [updateScript] this derivation will be built: /nix/store/2ih9h82lc6hf8jdfy5lb1zj5lic4i76l-packages.json.drv building '/nix/store/2ih9h82lc6hf8jdfy5lb1zj5lic4i76l-packages.json.drv'... Going to be running update for following packages: - python3.10-django-rq-2.5.1 Press Enter key to continue... Running update for: - python3.10-django-rq-2.5.1: UPDATING ... - python3.10-django-rq-2.5.1: DONE. Packages updated! 2022-12-31T05:01:21 2022-12-31T05:01:21 [quotedUrls] 2022-12-31T05:01:21 [quotedUrls] nothing found to replace 2022-12-31T05:01:22 Diff after rewrites: diff --git a/pkgs/development/python-modules/django-rq/default.nix b/pkgs/development/python-modules/django-rq/default.nix index ebdbd916ef1..d0894177c3f 100644 --- a/pkgs/development/python-modules/django-rq/default.nix +++ b/pkgs/development/python-modules/django-rq/default.nix @@ -10,15 +10,15 @@ buildPythonPackage rec { pname = "django-rq"; - version = "2.5.1"; + version = "2.6.0"; format = "setuptools"; disabled = isPy27; src = fetchFromGitHub { owner = "rq"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-4oc3zco/j4lnAiooW87rU6xkzGSGCj3fIyikjiKQNZk="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-Na/GeQc74LCoi7Dp3HcSnmUaLi1EjyYYgZTcFyzqOQM="; }; propagatedBuildInputs = [ 2022-12-31T05:02:51 No auto update branch exists 2022-12-31T05:02:51 There might already be an open PR for this update: - python310Packages.django-rq: 2.5.1 -> 2.6.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/199799"