python310Packages.pydexcom 0.2.3 -> 0.3.2 https://repology.org/project/python:pydexcom/versions attrpath: python310Packages.pydexcom 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v7chi9c6lh1x8pqs80ajm97dfb66f1mz-packages.json.drv building '/nix/store/v7chi9c6lh1x8pqs80ajm97dfb66f1mz-packages.json.drv'... Going to be running update for following packages: - python3.10-pydexcom-0.2.3 Press Enter key to continue... Running update for: - python3.10-pydexcom-0.2.3: UPDATING ... - python3.10-pydexcom-0.2.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pydexcom/default.nix b/pkgs/development/python-modules/pydexcom/default.nix index 412373f09a29..e21400dc709b 100644 --- a/pkgs/development/python-modules/pydexcom/default.nix +++ b/pkgs/development/python-modules/pydexcom/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "pydexcom"; - version = "0.2.3"; + version = "0.3.2"; src = fetchFromGitHub { owner = "gagebenne"; repo = pname; - rev = version; - hash = "sha256-ItDGnUUUTwCz4ZJtFVlMYjjoBPn2h8QZgLzgnV2T/Qk="; + rev = "refs/tags/${version}"; + hash = "sha256-46+Ml73F6EUbMwRJB93FD+No/g65RJwnCnFzH4Pb5ek="; }; propagatedBuildInputs = [ requests ]; No auto update branch exists There might already be an open PR for this update: - python311Packages.pydexcom: 0.2.3 -> 0.3.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/257222"