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: 96ba24cb533d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e72ebfe79dfd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 12, 2020

  1. python3Packages.bitstring: 3.1.5 -> 3.1.7

    yorickvP authored and teto committed Nov 12, 2020
    Copy the full SHA
    e72ebfe View commit details
Showing with 2 additions and 3 deletions.
  1. +2 −3 pkgs/development/python-modules/bitstring/default.nix
5 changes: 2 additions & 3 deletions pkgs/development/python-modules/bitstring/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,11 @@

buildPythonPackage rec {
pname = "bitstring";
version = "3.1.5";
version = "3.1.7";

src = fetchPypi {
inherit pname version;
sha256 = "1algq30j6rz12b1902bpw7iijx5lhrfqhl80d4ac6xzkrrpshqy1";
extension = "zip";
sha256 = "0jl6192dwrlm5ybkbh7ywmyaymrc3cmz9y07nm7qdli9n9rfpwzx";
};

meta = with stdenv.lib; {