tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.hijri-converter: 2.1.2 -> 2.1.3
Martin Weinelt
4 years ago
19066ea9
11c96d8b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
hijri-converter
default.nix
+2
-2
pkgs/development/python-modules/hijri-converter/default.nix
···
6
7
buildPythonPackage rec {
8
pname = "hijri-converter";
9
-
version = "2.1.2";
10
11
src = fetchPypi {
12
inherit pname version;
13
-
sha256 = "43b5ac566e7a7deeab364a2397e94405a65fd24ea786073eb3d4c740ebda7b9b";
14
};
15
16
checkInputs = [ pytestCheckHook ];
···
6
7
buildPythonPackage rec {
8
pname = "hijri-converter";
9
+
version = "2.1.3";
10
11
src = fetchPypi {
12
inherit pname version;
13
+
sha256 = "1cq67v0fjk7cd8kbppg2kl31a5i6jm8qrkcdqxx6vxwmx65l68ks";
14
};
15
16
checkInputs = [ pytestCheckHook ];