python310Packages.datauri 0 -> 1 attrpath: python310Packages.datauri 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/q9qb2ih0vk3d3744zjb0nhjv3a551nwx-packages.json.drv building '/nix/store/q9qb2ih0vk3d3744zjb0nhjv3a551nwx-packages.json.drv'... Going to be running update for following packages: - python3.10-datauri-1.1.0 Press Enter key to continue... Running update for: - python3.10-datauri-1.1.0: UPDATING ... - python3.10-datauri-1.1.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/datauri/default.nix b/pkgs/development/python-modules/datauri/default.nix index 4c89eb9ba27..6141a928475 100644 --- a/pkgs/development/python-modules/datauri/default.nix +++ b/pkgs/development/python-modules/datauri/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "datauri"; - version = "1.1.0"; + version = "2.0.0"; src = fetchFromGitHub { owner = "fcurella"; repo = "python-datauri"; - rev = "v${version}"; - hash = "sha256-Eevd/xxKgxvvsAfI/L/KShH+PfxffBGyVwKewLgyEu0="; + rev = "refs/tags/v${version}"; + hash = "sha256-k4tlWRasGa2oQykCD9QJl65UAoZQMJVdyCfqlUBBgqY="; }; pythonImportsCheck = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.datauri nix build failed. warning: no previously-included files found matching '.bumpversion.cfg' warning: no previously-included files found matching '.dockerignore' warning: no previously-included files found matching '.isort.cfg' warning: no previously-included files found matching 'requirements.txt' adding license file 'LICENSE' writing manifest file 'python_datauri.egg-info/SOURCES.txt' Copying python_datauri.egg-info to build/bdist.linux-x86_64/wheel/python_datauri-2.0.0-py3.10.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/python_datauri-2.0.0.dist-info/WHEEL creating 'dist/python_datauri-2.0.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'datauri/__init__.py' adding 'datauri/exceptions.py' adding 'tests/__init__.py' adding 'tests/test_parsing.py' adding 'tests/test_pydantic.py' adding 'python_datauri-2.0.0.dist-info/LICENSE' adding 'python_datauri-2.0.0.dist-info/METADATA' adding 'python_datauri-2.0.0.dist-info/WHEEL' adding 'python_datauri-2.0.0.dist-info/top_level.txt' adding 'python_datauri-2.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./python_datauri-2.0.0-py2.py3-none-any.whl ERROR: Could not find a version that satisfies the requirement typing-extensions (from python-datauri) (from versions: none) ERROR: No matching distribution found for typing-extensions