about summary refs log tree commit diff
path: root/pkgs/applications/science/misc/bada-bib
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-03 19:11:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-03 19:11:54 +0000
commit2a5b81d50f1c448acbc8e01a42a6f4d4ed9ec6ce (patch)
tree7c7bc92a0af3c2414e2bed5b7d82d3fbeb958a76 /pkgs/applications/science/misc/bada-bib
parentf4edf20487ef7493b4f797e7b6e51c7ab332c3e3 (diff)
bada-bib: 0.6.0 -> 0.6.1
Diffstat (limited to 'pkgs/applications/science/misc/bada-bib')
-rw-r--r--pkgs/applications/science/misc/bada-bib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/misc/bada-bib/default.nix b/pkgs/applications/science/misc/bada-bib/default.nix
index 3ca998643ac25..6dfc6f7ea55ac 100644
--- a/pkgs/applications/science/misc/bada-bib/default.nix
+++ b/pkgs/applications/science/misc/bada-bib/default.nix
@@ -17,7 +17,7 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "bada-bib";
-  version = "0.6.0";
+  version = "0.6.1";
   format = "other";
   strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943
 
@@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
     owner = "RogerCrocker";
     repo = "BadaBib";
     rev = "v${version}";
-    sha256 = "sha256-gfZc3R8hrYy4Nco+XwG29lzZd537ByEgd3RL8h7f6DQ=";
+    sha256 = "sha256-fuGGKBScdo9rI3tLSBWIcWEME8nSuct0IUyfmI7PzCc=";
   };
 
   nativeBuildInputs = [