Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8caeede65ad3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 35a5eb9d2ccb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 3, 2020

  1. Copy the full SHA
    0541cdf View commit details

Commits on Dec 4, 2020

  1. Merge pull request #105826 from r-ryantm/auto-update/trytond

    python37Packages.trytond: 5.8.0 -> 5.8.1
    SuperSandro2000 authored Dec 4, 2020
    Copy the full SHA
    35a5eb9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/python-modules/trytond/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/trytond/default.nix
Original file line number Diff line number Diff line change
@@ -25,12 +25,12 @@ with stdenv.lib;

buildPythonApplication rec {
pname = "trytond";
version = "5.8.0";
version = "5.8.1";
disabled = pythonOlder "3.5";

src = fetchPypi {
inherit pname version;
sha256 = "ae9baf7a83a3249686703eee71e81a0283570f545ce985a999fd74b6ab3d4e4f";
sha256 = "9c1afca73b13ede07680015d69f611c7dec33b8c22565de70f0cbbf0464b8db7";
};

# Tells the tests which database to use