python310Packages.sqlitedict 0 -> 1 attrpath: python310Packages.sqlitedict 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/bb9b9g6adn73yfgwrhrdhkfkd3578g34-packages.json.drv building '/nix/store/bb9b9g6adn73yfgwrhrdhkfkd3578g34-packages.json.drv'... Going to be running update for following packages: - python3.10-sqlitedict-2.0.0 Press Enter key to continue... Running update for: - python3.10-sqlitedict-2.0.0: UPDATING ... - python3.10-sqlitedict-2.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/sqlitedict/default.nix b/pkgs/development/python-modules/sqlitedict/default.nix index 5634eb41601..6348e6df926 100644 --- a/pkgs/development/python-modules/sqlitedict/default.nix +++ b/pkgs/development/python-modules/sqlitedict/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "sqlitedict"; - version = "2.0.0"; + version = "2.1.0"; src = fetchFromGitHub { owner = "RaRe-Technologies"; repo = "sqlitedict"; - rev = "refs/tags/${version}"; - sha256 = "sha256-8dmGn5h3NigCdDtnDYjpjntRpyjk7ivRp1B8x8nUgpE="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-GfvvkQ6a75UBPn70IFOvjvL1MedSc4siiIjA3IsQnic="; }; preCheck = '' No auto update branch exists Old version 2.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , py , pytest-benchmark , pytestCheckHook }: buildPythonPackage rec { pname = "sqlitedict"; version = "2.1.0"; src = fetchFromGitHub { owner = "RaRe-Technologies"; repo = "sqlitedict"; rev = "refs/tags/v${version}"; sha256 = "sha256-GfvvkQ6a75UBPn70IFOvjvL1MedSc4siiIjA3IsQnic="; }; preCheck = '' mkdir tests/db ''; checkInputs = [ py pytest-benchmark pytestCheckHook ]; pytestFlagsArray = [ "--benchmark-disable" ]; meta = with lib; { description = "Persistent, thread-safe dict"; homepage = "https://github.com/RaRe-Technologies/sqlitedict"; license = licenses.asl20; maintainers = [ maintainers.arnoldfarkas ]; }; }