python311Packages.rns 0.5.1 -> 0.5.2 https://repology.org/project/python:rns/versions attrpath: python311Packages.rns 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/32svyn3dzhi091r4n0zkc0bnpd250idq-packages.json.drv building '/nix/store/32svyn3dzhi091r4n0zkc0bnpd250idq-packages.json.drv'... Going to be running update for following packages: - python3.11-rns-0.5.1 Press Enter key to continue... Running update for: - python3.11-rns-0.5.1: UPDATING ... - python3.11-rns-0.5.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/rns/default.nix b/pkgs/development/python-modules/rns/default.nix index 2ed1967a408..aaaf02cf4ff 100644 --- a/pkgs/development/python-modules/rns/default.nix +++ b/pkgs/development/python-modules/rns/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "rns"; - version = "0.5.1"; + version = "0.5.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "markqvist"; repo = "Reticulum"; rev = "refs/tags/${version}"; - hash = "sha256-yVjbYmvE6b9NZI0JYuMFjU+lh4l8Hf+pF+I/7sQNjVI="; + hash = "sha256-yyBUz+Bg05TtPTtREkylqaj2oz8kfxC5fSYpgPCF0Vs="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.5.1" not present in master derivation file with contents: { lib , buildPythonPackage , cryptography , fetchFromGitHub , netifaces , pyserial , pythonOlder }: buildPythonPackage rec { pname = "rns"; version = "0.5.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "markqvist"; repo = "Reticulum"; rev = "refs/tags/${version}"; hash = "sha256-yyBUz+Bg05TtPTtREkylqaj2oz8kfxC5fSYpgPCF0Vs="; }; propagatedBuildInputs = [ cryptography netifaces pyserial ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "RNS" ]; meta = with lib; { description = "Cryptography-based networking stack for wide-area networks"; homepage = "https://github.com/markqvist/Reticulum"; changelog = "https://github.com/markqvist/Reticulum/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }