tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.sphinxcontrib-bibtex: 2.4.2 -> 2.5.0
R. Ryantm
3 years ago
af9dc831
6895427d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
sphinxcontrib-bibtex
default.nix
+2
-2
pkgs/development/python-modules/sphinxcontrib-bibtex/default.nix
reviewed
···
10
10
11
11
buildPythonPackage rec {
12
12
pname = "sphinxcontrib-bibtex";
13
13
-
version = "2.4.2";
13
13
+
version = "2.5.0";
14
14
15
15
disabled = pythonOlder "3.6";
16
16
17
17
src = fetchPypi {
18
18
inherit pname version;
19
19
-
hash = "sha256-ZbAj7kfzXx8DrE1xyCTmfGJMfsrBuyboNiMnGgH52oY=";
19
19
+
hash = "sha256-cbQuXbDi4oTyQ4dTJr+ZNqqadjKCJ311BIgm/vWwDqo=";
20
20
};
21
21
22
22
propagatedBuildInputs = [