python310Packages.geojson 0 -> 1 attrpath: python310Packages.geojson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/csxbd6vd5fj70fzz3dn4byvri3v8k96f-packages.json.drv building '/nix/store/csxbd6vd5fj70fzz3dn4byvri3v8k96f-packages.json.drv'... Going to be running update for following packages: - python3.10-geojson-2.5.0 Press Enter key to continue... Running update for: - python3.10-geojson-2.5.0: UPDATING ... - python3.10-geojson-2.5.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/geojson/default.nix b/pkgs/development/python-modules/geojson/default.nix index 4a733fe3500..6465125ca88 100644 --- a/pkgs/development/python-modules/geojson/default.nix +++ b/pkgs/development/python-modules/geojson/default.nix @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "geojson"; - version = "2.5.0"; + version = "3.0.1"; format = "wheel"; src = fetchPypi { inherit pname version format; - sha256 = "1filqm050ixy53kdv81bd4n80vjvfapnmzizy7jg8a6pilv17gfc"; + sha256 = "sha256-5J35grIE7UgeTBI2xX9Yet9xU3MBz4+vcSCrJ9c8dWg="; }; LC_ALL = "en_US.UTF-8"; No auto update branch exists Old version 2.5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , glibcLocales , unittestCheckHook }: buildPythonPackage rec { pname = "geojson"; version = "3.0.1"; format = "setuptools"; src = fetchFromGitHub { owner = "jazzband"; repo = "geojson"; rev = "refs/tags/${version}"; hash = "sha256-VlP/odzRH6Eg0BMZPBQkbHL/O2cIwWTKJcL5SfZoUWQ="; }; pythonImportsCheck = [ "geojson" ]; nativeCheckInputs = [ unittestCheckHook ]; meta = { homepage = "https://github.com/jazzband/geojson"; changelog = "https://github.com/jazzband/geojson/blob/${version}/CHANGELOG.rst"; description = "Python bindings and utilities for GeoJSON"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ oxzi ]; }; }